#645331

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

Shades of Horses Neck #645331

Tints of Horses Neck #645331

Color information

#645331 (or 0x645331) is unknown color: approx Horses Neck. HEX triplet: 64, 53 and 31. RGB value is (100,83,49). Sum of RGB (Red+Green+Blue) = 100+83+49=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #645331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645331 is #9BACCE. Grayscale: #545454. Windows color (decimal): -10202319 or 3232612. OLE color: 3232612.

HSL color Cylindrical-coordinate representation of color #645331: hue angle of 40º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645331 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB1008349-
CMYK00.170.510.61
HSL40º34.23%29.22%-
HSV(B)40º51%39.22%-
XYZ8.99.124.2-
YUV84.21108.13139.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=43.10%
G=35.78%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100834900.170.510.614034.2329.22
Hex645331011333D28221d
Octal144123610216375504235
Binary1100100101001111000101000111001111110110100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645331; }

 p { color: rgb(100,83,49); }

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

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

 a { background-color: rgb(100,83,49); }

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

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

 span { border-color: rgb(100,83,49); }

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