#63502F

Color #63502F Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #63502F

Tints of Horses Neck #63502F

Color information

#63502F (or 0x63502F) is unknown color: approx Horses Neck. HEX triplet: 63, 50 and 2F. RGB value is (99,80,47). Sum of RGB (Red+Green+Blue) = 99+80+47=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63502F is #9CAFD0. Grayscale: #525252. Windows color (decimal): -10268625 or 3100771. OLE color: 3100771.

HSL color Cylindrical-coordinate representation of color #63502F: hue angle of 38.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63502F is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB998047-
CMYK00.190.530.61
HSL38.08º35.62%28.63%-
HSV(B)38.08º52.53%38.82%-
XYZ8.538.63.9-
YUV81.92108.29140.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=43.81%
G=35.40%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99804700.190.530.6138.0835.6228.63
Hex63502F013353D26241d
Octal143120570236575464435
Binary1100011101000010111101001111010111110110011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,80,47); }

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

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

 a { background-color: rgb(99,80,47); }

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

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

 span { border-color: rgb(99,80,47); }

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