#603429

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

Shades of Hairy Heath #603429

Tints of Hairy Heath #603429

Color information

#603429 (or 0x603429) is unknown color: approx Hairy Heath. HEX triplet: 60, 34 and 29. RGB value is (96,52,41). Sum of RGB (Red+Green+Blue) = 96+52+41=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603429 is #9FCBD6. Grayscale: #3F3F3F. Windows color (decimal): -10472407 or 2700384. OLE color: 2700384.

HSL color Cylindrical-coordinate representation of color #603429: hue angle of 12º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603429 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB965241-
CMYK00.460.570.62
HSL12º40.15%26.86%-
HSV(B)12º57.29%37.65%-
XYZ6.455.12.74-
YUV63.9115.08150.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=50.79%
G=27.51%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524100.460.570.621240.1526.86
Hex60342902E393Ec281b
Octal14064510567176145033
Binary11000001101001010010101110111001111110110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603429; }

 p { color: rgb(96,52,41); }

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

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

 a { background-color: rgb(96,52,41); }

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

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

 span { border-color: rgb(96,52,41); }

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