#632E1D

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

Shades of Hairy Heath #632E1D

Tints of Hairy Heath #632E1D

Color information

#632E1D (or 0x632E1D) is unknown color: approx Hairy Heath. HEX triplet: 63, 2E and 1D. RGB value is (99,46,29). Sum of RGB (Red+Green+Blue) = 99+46+29=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #632E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E1D is #9CD1E2. Grayscale: #3C3C3C. Windows color (decimal): -10277347 or 1912419. OLE color: 1912419.

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

Color convert

RGB994629-
CMYK00.540.710.61
HSL14.57º54.69%25.1%-
HSV(B)14.57º70.71%38.82%-
XYZ6.344.71.73-
YUV59.91110.56155.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=56.90%
G=26.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99462900.540.710.6114.5754.6925.1
Hex632E1D036473Df3719
Octal143563506610775176731
Binary11000111011101110101101101000111111101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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