#622F20

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

Shades of Hairy Heath #622F20

Tints of Hairy Heath #622F20

Color information

#622F20 (or 0x622F20) is unknown color: approx Hairy Heath. HEX triplet: 62, 2F and 20. RGB value is (98,47,32). Sum of RGB (Red+Green+Blue) = 98+47+32=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #622F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F20 is #9DD0DF. Grayscale: #3C3C3C. Windows color (decimal): -10342624 or 2109282. OLE color: 2109282.

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

Color convert

RGB984732-
CMYK00.520.670.62
HSL13.64º50.77%25.49%-
HSV(B)13.64º67.35%38.43%-
XYZ6.314.731.95-
YUV60.54111.9154.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=55.37%
G=26.55%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98473200.520.670.6213.6450.7725.49
Hex622F20034433Ee3319
Octal142574006410376166331
Binary110001010111110000001101001000011111110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622F20; }

 p { color: rgb(98,47,32); }

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

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

 a { background-color: rgb(98,47,32); }

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

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

 span { border-color: rgb(98,47,32); }

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