Html Css Color HEX #603329 Hairy Heath

📋 copy color: '#603329'

red 96 ◦ green 51 ◦ blue 41

#603329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hairy Heath #603329

Tints of Hairy Heath #603329

RGB

 RED value IS 96 (37.89% from 255) = 51.06%

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 51.06%
G = 27.13%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#603329 (or 0x603329) is known color: Hairy Heath. HEX triplet: 60, 33 and 29. RGB value is (96,51,41). Sum of RGB (Red+Green+Blue) = 96+51+41=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603329 is #9FCCD6. Grayscale: #3F3F3F. Windows color (decimal): -10472663 or 2700128. OLE color: 2700128.

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

Color convert

RGB 96 51 41 -
CMYK 0 0.47 0.57 0.62
HSL 10.91º 0.4% 0.27% -
HSV(B) 10.91º 0.57% 0.38% -
XYZ 6.41 5.01 2.73 -
YUV 63.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 96 51 41 0 0.47 0.57 0.62 10.91 0.4 0.27
Hex 60 33 29 0 2F 39 3E B 28 1B
Octal 140 63 51 0 57 71 76 13 50 33
Binary 1100000 110011 101001 0 101111 111001 111110 1011 101000 11011

Color Harmonies of #603329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603329

Black with #603329

Text Example


Text Example

White with #603329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603329; }

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

 H1.HeaderClassName
 {
   color: #603329;
 }
 .AnyTagClassName
 {
   color: #603329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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