#633329

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

Shades of Hairy Heath #633329

Tints of Hairy Heath #633329

Color information

#633329 (or 0x633329) is unknown color: approx Hairy Heath. HEX triplet: 63, 33 and 29. RGB value is (99,51,41). Sum of RGB (Red+Green+Blue) = 99+51+41=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #633329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633329 is #9CCCD6. Grayscale: #404040. Windows color (decimal): -10276055 or 2700131. OLE color: 2700131.

HSL color Cylindrical-coordinate representation of color #633329: hue angle of 10.34º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #633329 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB995141-
CMYK00.480.590.61
HSL10.34º41.43%27.45%-
HSV(B)10.34º58.59%38.82%-
XYZ6.735.182.74-
YUV64.21114.9152.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=51.83%
G=26.70%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99514100.480.590.6110.3441.4327.45
Hex6333290303B3Da291b
Octal14363510607375125133
Binary11000111100111010010110000111011111101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633329; }

 p { color: rgb(99,51,41); }

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

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

 a { background-color: rgb(99,51,41); }

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

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

 span { border-color: rgb(99,51,41); }

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