#655535

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

Shades of Horses Neck #655535

Tints of Horses Neck #655535

Color information

#655535 (or 0x655535) is unknown color: approx Horses Neck. HEX triplet: 65, 55 and 35. RGB value is (101,85,53). Sum of RGB (Red+Green+Blue) = 101+85+53=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #655535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655535 is #9AAACA. Grayscale: #565656. Windows color (decimal): -10136267 or 3495269. OLE color: 3495269.

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

Color convert

RGB1018553-
CMYK00.160.480.60
HSL40º31.17%30.2%-
HSV(B)40º47.52%39.61%-
XYZ9.269.524.72-
YUV86.14109.3138.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=42.26%
G=35.56%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101855300.160.480.604031.1730.2
Hex655535010303C281f1e
Octal145125650206074503736
Binary110010110101011101010100001100001111001010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655535; }

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

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

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

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

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

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

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

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