Html Css Color HEX #603325 Hairy Heath

📋 copy color: '#603325'

red 96 ◦ green 51 ◦ blue 37

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

Shades of Hairy Heath #603325

Tints of Hairy Heath #603325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 52.17%
G = 27.72%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#603325 (or 0x603325) is known color: Hairy Heath. HEX triplet: 60, 33 and 25. RGB value is (96,51,37). Sum of RGB (Red+Green+Blue) = 96+51+37=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #603325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603325 is #9FCCDA. Grayscale: #3E3E3E. Windows color (decimal): -10472667 or 2437984. OLE color: 2437984.

HSL color Cylindrical-coordinate representation of color #603325: hue angle of 14.24º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603325 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 37 -
CMYK 0 0.47 0.61 0.62
HSL 14.24º 0.44% 0.26% -
HSV(B) 14.24º 0.61% 0.38% -
XYZ 6.34 4.99 2.38 -
YUV 62.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 96 51 37 0 0.47 0.61 0.62 14.24 0.44 0.26
Hex 60 33 25 0 2F 3D 3E E 2C 1A
Octal 140 63 45 0 57 75 76 16 54 32
Binary 1100000 110011 100101 0 101111 111101 111110 1110 101100 11010

Color Harmonies of #603325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603325

Black with #603325

Text Example


Text Example

White with #603325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603325; }

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

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

background-color css

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

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

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

border-color css

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

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

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