Html Css Color HEX #603328 Hairy Heath

📋 copy color: '#603328'

red 96 ◦ green 51 ◦ blue 40

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

Shades of Hairy Heath #603328

Tints of Hairy Heath #603328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 51.34%
G = 27.27%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#603328 (or 0x603328) is known color: Hairy Heath. HEX triplet: 60, 33 and 28. RGB value is (96,51,40). Sum of RGB (Red+Green+Blue) = 96+51+40=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603328 is #9FCCD7. Grayscale: #3F3F3F. Windows color (decimal): -10472664 or 2634592. OLE color: 2634592.

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

Color convert

RGB 96 51 40 -
CMYK 0 0.47 0.58 0.62
HSL 11.79º 0.41% 0.27% -
HSV(B) 11.79º 0.58% 0.38% -
XYZ 6.39 5.01 2.64 -
YUV 63.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 96 51 40 0 0.47 0.58 0.62 11.79 0.41 0.27
Hex 60 33 28 0 2F 3A 3E C 29 1B
Octal 140 63 50 0 57 72 76 14 51 33
Binary 1100000 110011 101000 0 101111 111010 111110 1100 101001 11011

Color Harmonies of #603328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603328

Black with #603328

Text Example


Text Example

White with #603328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603328; }

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

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

background-color css

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

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

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

border-color css

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

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

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