#655635

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

Shades of Horses Neck #655635

Tints of Horses Neck #655635

Color information

#655635 (or 0x655635) is unknown color: approx Horses Neck. HEX triplet: 65, 56 and 35. RGB value is (101,86,53). Sum of RGB (Red+Green+Blue) = 101+86+53=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #655635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655635 is #9AA9CA. Grayscale: #565656. Windows color (decimal): -10136011 or 3495525. OLE color: 3495525.

HSL color Cylindrical-coordinate representation of color #655635: hue angle of 41.25º 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 #655635 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1018653-
CMYK00.150.480.60
HSL41.25º31.17%30.2%-
HSV(B)41.25º47.52%39.61%-
XYZ9.349.684.74-
YUV86.72108.97138.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=42.08%
G=35.83%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101865300.150.480.6041.2531.1730.2
Hex6556350F303C291f1e
Octal145126650176074513736
Binary11001011010110110101011111100001111001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655635; }

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

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

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

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

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

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

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

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