#632D24

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

Shades of Hairy Heath #632D24

Tints of Hairy Heath #632D24

Color information

#632D24 (or 0x632D24) is unknown color: approx Hairy Heath. HEX triplet: 63, 2D and 24. RGB value is (99,45,36). Sum of RGB (Red+Green+Blue) = 99+45+36=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #632D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D24 is #9CD2DB. Grayscale: #3C3C3C. Windows color (decimal): -10277596 or 2370915. OLE color: 2370915.

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

Color convert

RGB994536-
CMYK00.550.640.61
HSL8.57º46.67%26.47%-
HSV(B)8.57º63.64%38.82%-
XYZ6.44.662.23-
YUV60.12114.39155.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 20%
R=55%
G=25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99453600.550.640.618.5746.6726.47
Hex632D24037403D92f1a
Octal143554406710075115732
Binary110001110110110010001101111000000111101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,45,36); }

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

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

 a { background-color: rgb(99,45,36); }

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

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

 span { border-color: rgb(99,45,36); }

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