#63341F

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

Shades of Hairy Heath #63341F

Tints of Hairy Heath #63341F

Color information

#63341F (or 0x63341F) is unknown color: approx Hairy Heath. HEX triplet: 63, 34 and 1F. RGB value is (99,52,31). Sum of RGB (Red+Green+Blue) = 99+52+31=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63341F is #9CCBE0. Grayscale: #3F3F3F. Windows color (decimal): -10275809 or 2045027. OLE color: 2045027.

HSL color Cylindrical-coordinate representation of color #63341F: hue angle of 18.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63341F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB995231-
CMYK00.470.690.61
HSL18.53º52.31%25.49%-
HSV(B)18.53º68.69%38.82%-
XYZ6.625.211.95-
YUV63.66109.57153.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=54.40%
G=28.57%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99523100.470.690.6118.5352.3125.49
Hex63341F02F453D133419
Octal143643705710575236431
Binary110001111010011111010111110001011111011001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63341F; }

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

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

<style>
 a { background-color: #63341F; }

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

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

<style>
 span { border-color: #63341F; }

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

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