#632E1F

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

Shades of Hairy Heath #632E1F

Tints of Hairy Heath #632E1F

Color information

#632E1F (or 0x632E1F) is unknown color: approx Hairy Heath. HEX triplet: 63, 2E and 1F. RGB value is (99,46,31). Sum of RGB (Red+Green+Blue) = 99+46+31=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #632E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E1F is #9CD1E0. Grayscale: #3C3C3C. Windows color (decimal): -10277345 or 2043491. OLE color: 2043491.

HSL color Cylindrical-coordinate representation of color #632E1F: hue angle of 13.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632E1F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB994631-
CMYK00.540.690.61
HSL13.24º52.31%25.49%-
HSV(B)13.24º68.69%38.82%-
XYZ6.374.711.87-
YUV60.14111.56155.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=56.25%
G=26.14%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99463100.540.690.6113.2452.3125.49
Hex632E1F036453Dd3419
Octal143563706610575156431
Binary11000111011101111101101101000101111101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E1F; }

 p { color: rgb(99,46,31); }

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

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

 a { background-color: rgb(99,46,31); }

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

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

 span { border-color: rgb(99,46,31); }

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