#645337

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

Shades of Horses Neck #645337

Tints of Horses Neck #645337

Color information

#645337 (or 0x645337) is unknown color: approx Horses Neck. HEX triplet: 64, 53 and 37. RGB value is (100,83,55). Sum of RGB (Red+Green+Blue) = 100+83+55=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #645337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645337 is #9BACC8. Grayscale: #555555. Windows color (decimal): -10202313 or 3625828. OLE color: 3625828.

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

Color convert

RGB1008355-
CMYK00.170.450.61
HSL37.33º29.03%30.39%-
HSV(B)37.33º45%39.22%-
XYZ9.049.174.91-
YUV84.89111.13138.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=42.02%
G=34.87%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100835500.170.450.6137.3329.0330.39
Hex6453370112D3D251d1e
Octal144123670215575453536
Binary110010010100111101110100011011011111011001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645337; }

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

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

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

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

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

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

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

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