Html Css Color HEX #603326 Hairy Heath

📋 copy color: '#603326'

red 96 ◦ green 51 ◦ blue 38

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

Shades of Hairy Heath #603326

Tints of Hairy Heath #603326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 51.89%
G = 27.57%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#603326 (or 0x603326) is known color: Hairy Heath. HEX triplet: 60, 33 and 26. RGB value is (96,51,38). Sum of RGB (Red+Green+Blue) = 96+51+38=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603326 is #9FCCD9. Grayscale: #3F3F3F. Windows color (decimal): -10472666 or 2503520. OLE color: 2503520.

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

Color convert

RGB 96 51 38 -
CMYK 0 0.47 0.60 0.62
HSL 13.45º 0.43% 0.26% -
HSV(B) 13.45º 0.6% 0.38% -
XYZ 6.36 4.99 2.46 -
YUV 62.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 96 51 38 0 0.47 0.60 0.62 13.45 0.43 0.26
Hex 60 33 26 0 2F 3C 3E D 2B 1A
Octal 140 63 46 0 57 74 76 15 53 32
Binary 1100000 110011 100110 0 101111 111100 111110 1101 101011 11010

Color Harmonies of #603326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603326

Black with #603326

Text Example


Text Example

White with #603326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603326; }

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

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

background-color css

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

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

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

border-color css

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

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

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