#603829

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

Shades of Hairy Heath #603829

Tints of Hairy Heath #603829

Color information

#603829 (or 0x603829) is unknown color: approx Hairy Heath. HEX triplet: 60, 38 and 29. RGB value is (96,56,41). Sum of RGB (Red+Green+Blue) = 96+56+41=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #603829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603829 is #9FC7D6. Grayscale: #424242. Windows color (decimal): -10471383 or 2701408. OLE color: 2701408.

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

Color convert

RGB965641-
CMYK00.420.570.62
HSL16.36º40.15%26.86%-
HSV(B)16.36º57.29%37.65%-
XYZ6.645.482.8-
YUV66.25113.75149.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=49.74%
G=29.02%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96564100.420.570.6216.3640.1526.86
Hex60382902A393E10281b
Octal14070510527176205033
Binary110000011100010100101010101110011111101000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603829; }

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

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

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

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

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

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

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

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