#63362A

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

Shades of Hairy Heath #63362A

Tints of Hairy Heath #63362A

Color information

#63362A (or 0x63362A) is unknown color: approx Hairy Heath. HEX triplet: 63, 36 and 2A. RGB value is (99,54,42). Sum of RGB (Red+Green+Blue) = 99+54+42=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362A is #9CC9D5. Grayscale: #424242. Windows color (decimal): -10275286 or 2766435. OLE color: 2766435.

HSL color Cylindrical-coordinate representation of color #63362A: hue angle of 12.63º 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 #63362A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB995442-
CMYK00.450.580.61
HSL12.63º40.43%27.65%-
HSV(B)12.63º57.58%38.82%-
XYZ6.885.462.88-
YUV66.09114.41151.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=50.77%
G=27.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99544200.450.580.6112.6340.4327.65
Hex63362A02D3A3Dd281c
Octal14366520557275155034
Binary11000111101101010100101101111010111101110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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