#63332A

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

Shades of Hairy Heath #63332A

Tints of Hairy Heath #63332A

Color information

#63332A (or 0x63332A) is unknown color: approx Hairy Heath. HEX triplet: 63, 33 and 2A. RGB value is (99,51,42). Sum of RGB (Red+Green+Blue) = 99+51+42=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332A is #9CCCD5. Grayscale: #404040. Windows color (decimal): -10276054 or 2765667. OLE color: 2765667.

HSL color Cylindrical-coordinate representation of color #63332A: hue angle of 9.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63332A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB995142-
CMYK00.480.580.61
HSL9.47º40.43%27.65%-
HSV(B)9.47º57.58%38.82%-
XYZ6.755.192.84-
YUV64.33115.4152.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=51.56%
G=26.56%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99514200.480.580.619.4740.4327.65
Hex63332A0303A3D9281c
Octal14363520607275115034
Binary11000111100111010100110000111010111101100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63332A; }

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

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

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

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

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

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

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

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