#63352C

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

Shades of Hairy Heath #63352C

Tints of Hairy Heath #63352C

Color information

#63352C (or 0x63352C) is unknown color: approx Hairy Heath. HEX triplet: 63, 35 and 2C. RGB value is (99,53,44). Sum of RGB (Red+Green+Blue) = 99+53+44=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352C is #9CCAD3. Grayscale: #414141. Windows color (decimal): -10275540 or 2897251. OLE color: 2897251.

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

Color convert

RGB995344-
CMYK00.460.560.61
HSL9.82º38.46%28.04%-
HSV(B)9.82º55.56%38.82%-
XYZ6.875.383.06-
YUV65.73115.74151.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=50.51%
G=27.04%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99534400.460.560.619.8238.4628.04
Hex63352C02E383Da261c
Octal14365540567075124634
Binary11000111101011011000101110111000111101101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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