#604B27

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

Shades of Dallas #604B27

Tints of Dallas #604B27

Color information

#604B27 (or 0x604B27) is unknown color: approx Dallas. HEX triplet: 60, 4B and 27. RGB value is (96,75,39). Sum of RGB (Red+Green+Blue) = 96+75+39=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B27 is #9FB4D8. Grayscale: #4D4D4D. Windows color (decimal): -10466521 or 2575200. OLE color: 2575200.

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

Color convert

RGB967539-
CMYK00.220.590.62
HSL37.89º42.22%26.47%-
HSV(B)37.89º59.38%37.65%-
XYZ7.717.672.99-
YUV77.18106.46141.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=45.71%
G=35.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96753900.220.590.6237.8942.2226.47
Hex604B270163B3E262a1a
Octal140113470267376465232
Binary1100000100101110011101011011101111111010011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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