#604C2F

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

Shades of Dallas #604C2F

Tints of Dallas #604C2F

Color information

#604C2F (or 0x604C2F) is unknown color: approx Dallas. HEX triplet: 60, 4C and 2F. RGB value is (96,76,47). Sum of RGB (Red+Green+Blue) = 96+76+47=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #604C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C2F is #9FB3D0. Grayscale: #4E4E4E. Windows color (decimal): -10466257 or 3099744. OLE color: 3099744.

HSL color Cylindrical-coordinate representation of color #604C2F: hue angle of 35.51º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604C2F is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB967647-
CMYK00.210.510.62
HSL35.51º34.27%28.04%-
HSV(B)35.51º51.04%37.65%-
XYZ7.927.863.79-
YUV78.67110.13140.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=43.84%
G=34.70%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96764700.210.510.6235.5134.2728.04
Hex604C2F015333E24221c
Octal140114570256376444234
Binary1100000100110010111101010111001111111010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C2F; }

 p { color: rgb(96,76,47); }

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

<style>
 a { background-color: #604C2F; }

 a { background-color: rgb(96,76,47); }

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

<style>
 span { border-color: #604C2F; }

 span { border-color: rgb(96,76,47); }

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