#654C32

Color #654C32 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #654C32

Tints of Dallas #654C32

Color information

#654C32 (or 0x654C32) is unknown color: approx Dallas. HEX triplet: 65, 4C and 32. RGB value is (101,76,50). Sum of RGB (Red+Green+Blue) = 101+76+50=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C32 is #9AB3CD. Grayscale: #505050. Windows color (decimal): -10138574 or 3296357. OLE color: 3296357.

HSL color Cylindrical-coordinate representation of color #654C32: hue angle of 30.59º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654C32 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1017650-
CMYK00.250.500.60
HSL30.59º33.77%29.61%-
HSV(B)30.59º50.5%39.61%-
XYZ8.538.174.14-
YUV80.51110.78142.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=44.49%
G=33.48%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101765000.250.500.6030.5933.7729.61
Hex654C32019323C1f221e
Octal145114620316274374236
Binary110010110011001100100110011100101111001111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654C32; }

 p { color: rgb(101,76,50); }

 H1.HeaderClassName
 {
   color: #654C32;
 }
 .AnyTagClassName
 {
   color: #654C32;
 }
</style>
background-color css

<style>
 a { background-color: #654C32; }

 a { background-color: rgb(101,76,50); }

 div.DivClassName
 {
   background-color: #654C32;
 }
 .BgClassName
 {
   background-color: #654C32;
 }
</style>
border-color css

<style>
 span { border-color: #654C32; }

 span { border-color: rgb(101,76,50); }

 td.TdClassName
 {
   border-color: #654C32;
 }
 .TagClassName
 {
   border-color: #654C32;
 }
</style>