#63352D

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

Shades of Hairy Heath #63352D

Tints of Hairy Heath #63352D

Color information

#63352D (or 0x63352D) is unknown color: approx Hairy Heath. HEX triplet: 63, 35 and 2D. RGB value is (99,53,45). Sum of RGB (Red+Green+Blue) = 99+53+45=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352D is #9CCAD2. Grayscale: #414141. Windows color (decimal): -10275539 or 2962787. OLE color: 2962787.

HSL color Cylindrical-coordinate representation of color #63352D: hue angle of 8.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63352D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB995345-
CMYK00.460.550.61
HSL8.89º37.5%28.24%-
HSV(B)8.89º54.55%38.82%-
XYZ6.895.393.16-
YUV65.84116.24151.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=50.25%
G=26.90%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99534500.460.550.618.8937.528.24
Hex63352D02E373D9261c
Octal14365550566775114634
Binary11000111101011011010101110110111111101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63352D; }

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

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

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

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

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

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

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

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