#63342B

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

Shades of Hairy Heath #63342B

Tints of Hairy Heath #63342B

Color information

#63342B (or 0x63342B) is unknown color: approx Hairy Heath. HEX triplet: 63, 34 and 2B. RGB value is (99,52,43). Sum of RGB (Red+Green+Blue) = 99+52+43=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63342B is #9CCBD4. Grayscale: #414141. Windows color (decimal): -10275797 or 2831459. OLE color: 2831459.

HSL color Cylindrical-coordinate representation of color #63342B: hue angle of 9.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63342B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB995243-
CMYK00.470.570.61
HSL9.64º39.44%27.84%-
HSV(B)9.64º56.57%38.82%-
XYZ6.815.282.95-
YUV65.03115.57152.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=51.03%
G=26.80%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99524300.470.570.619.6439.4427.84
Hex63342B02F393Da271c
Octal14364530577175124734
Binary11000111101001010110101111111001111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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