#63362B

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

Shades of Hairy Heath #63362B

Tints of Hairy Heath #63362B

Color information

#63362B (or 0x63362B) is unknown color: approx Hairy Heath. HEX triplet: 63, 36 and 2B. RGB value is (99,54,43). Sum of RGB (Red+Green+Blue) = 99+54+43=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362B is #9CC9D4. Grayscale: #424242. Windows color (decimal): -10275285 or 2831971. OLE color: 2831971.

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

Color convert

RGB995443-
CMYK00.450.570.61
HSL11.79º39.44%27.84%-
HSV(B)11.79º56.57%38.82%-
XYZ6.95.472.98-
YUV66.2114.91151.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=50.51%
G=27.55%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99544300.450.570.6111.7939.4427.84
Hex63362B02D393Dc271c
Octal14366530557175144734
Binary11000111101101010110101101111001111101110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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