#655537

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

Shades of Horses Neck #655537

Tints of Horses Neck #655537

Color information

#655537 (or 0x655537) is unknown color: approx Horses Neck. HEX triplet: 65, 55 and 37. RGB value is (101,85,55). Sum of RGB (Red+Green+Blue) = 101+85+55=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #655537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655537 is #9AAAC8. Grayscale: #565656. Windows color (decimal): -10136265 or 3626341. OLE color: 3626341.

HSL color Cylindrical-coordinate representation of color #655537: hue angle of 39.13º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655537 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1018555-
CMYK00.160.460.60
HSL39.13º29.49%30.59%-
HSV(B)39.13º45.54%39.61%-
XYZ9.39.544.97-
YUV86.36110.3138.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=41.91%
G=35.27%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101855500.160.460.6039.1329.4930.59
Hex6555370102E3C271d1f
Octal145125670205674473537
Binary110010110101011101110100001011101111001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655537; }

 p { color: rgb(101,85,55); }

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

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

 a { background-color: rgb(101,85,55); }

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

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

 span { border-color: rgb(101,85,55); }

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