#604827

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

Shades of Dallas #604827

Tints of Dallas #604827

Color information

#604827 (or 0x604827) is unknown color: approx Dallas. HEX triplet: 60, 48 and 27. RGB value is (96,72,39). Sum of RGB (Red+Green+Blue) = 96+72+39=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #604827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604827 is #9FB7D8. Grayscale: #4B4B4B. Windows color (decimal): -10467289 or 2574432. OLE color: 2574432.

HSL color Cylindrical-coordinate representation of color #604827: hue angle of 34.74º 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 #604827 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB967239-
CMYK00.250.590.62
HSL34.74º42.22%26.47%-
HSV(B)34.74º59.38%37.65%-
XYZ7.517.272.93-
YUV75.41107.45142.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=46.38%
G=34.78%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96723900.250.590.6234.7442.2226.47
Hex6048270193B3E232a1a
Octal140110470317376435232
Binary1100000100100010011101100111101111111010001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604827; }

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

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

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

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

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

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

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

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