#603222

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

Shades of Hairy Heath #603222

Tints of Hairy Heath #603222

Color information

#603222 (or 0x603222) is unknown color: approx Hairy Heath. HEX triplet: 60, 32 and 22. RGB value is (96,50,34). Sum of RGB (Red+Green+Blue) = 96+50+34=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #603222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603222 is #9FCDDD. Grayscale: #3E3E3E. Windows color (decimal): -10472926 or 2241120. OLE color: 2241120.

HSL color Cylindrical-coordinate representation of color #603222: hue angle of 15.48º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603222 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB965034-
CMYK00.480.650.62
HSL15.48º47.69%25.49%-
HSV(B)15.48º64.58%37.65%-
XYZ6.254.882.13-
YUV61.93112.24152.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=53.33%
G=27.78%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96503400.480.650.6215.4847.6925.49
Hex603222030413Ef3019
Octal140624206010176176031
Binary110000011001010001001100001000001111110111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603222; }

 p { color: rgb(96,50,34); }

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

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

 a { background-color: rgb(96,50,34); }

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

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

 span { border-color: rgb(96,50,34); }

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