#604B36

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

Shades of Dallas #604B36

Tints of Dallas #604B36

Color information

#604B36 (or 0x604B36) is unknown color: approx Dallas. HEX triplet: 60, 4B and 36. RGB value is (96,75,54). Sum of RGB (Red+Green+Blue) = 96+75+54=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B36 is #9FB4C9. Grayscale: #4E4E4E. Windows color (decimal): -10466506 or 3558240. OLE color: 3558240.

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

Color convert

RGB967554-
CMYK00.220.440.62
HSL30º28%29.41%-
HSV(B)30º43.75%37.65%-
XYZ8.017.794.57-
YUV78.89113.96140.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 24%
R=42.67%
G=33.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96755400.220.440.62302829.41
Hex604B360162C3E1e1c1d
Octal140113660265476363435
Binary11000001001011110110010110101100111110111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,54); }

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

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

 a { background-color: rgb(96,75,54); }

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

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

 span { border-color: rgb(96,75,54); }

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