#63342A

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

Shades of Hairy Heath #63342A

Tints of Hairy Heath #63342A

Color information

#63342A (or 0x63342A) is unknown color: approx Hairy Heath. HEX triplet: 63, 34 and 2A. RGB value is (99,52,42). Sum of RGB (Red+Green+Blue) = 99+52+42=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63342A is #9CCBD5. Grayscale: #414141. Windows color (decimal): -10275798 or 2765923. OLE color: 2765923.

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

Color convert

RGB995242-
CMYK00.470.580.61
HSL10.53º40.43%27.65%-
HSV(B)10.53º57.58%38.82%-
XYZ6.795.282.85-
YUV64.91115.07152.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=51.30%
G=26.94%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99524200.470.580.6110.5340.4327.65
Hex63342A02F3A3Db281c
Octal14364520577275135034
Binary11000111101001010100101111111010111101101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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