#654C2C

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

Shades of Dallas #654C2C

Tints of Dallas #654C2C

Color information

#654C2C (or 0x654C2C) is unknown color: approx Dallas. HEX triplet: 65, 4C and 2C. RGB value is (101,76,44). Sum of RGB (Red+Green+Blue) = 101+76+44=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C2C is #9AB3D3. Grayscale: #4F4F4F. Windows color (decimal): -10138580 or 2903141. OLE color: 2903141.

HSL color Cylindrical-coordinate representation of color #654C2C: hue angle of 33.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654C2C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1017644-
CMYK00.250.560.60
HSL33.68º39.31%28.43%-
HSV(B)33.68º56.44%39.61%-
XYZ8.418.123.51-
YUV79.83107.78143.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=45.70%
G=34.39%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101764400.250.560.6033.6839.3128.43
Hex654C2C019383C22271c
Octal145114540317074424734
Binary1100101100110010110001100111100011110010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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