#655636

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

Shades of Horses Neck #655636

Tints of Horses Neck #655636

Color information

#655636 (or 0x655636) is unknown color: approx Horses Neck. HEX triplet: 65, 56 and 36. RGB value is (101,86,54). Sum of RGB (Red+Green+Blue) = 101+86+54=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #655636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655636 is #9AA9C9. Grayscale: #565656. Windows color (decimal): -10136010 or 3561061. OLE color: 3561061.

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

Color convert

RGB1018654-
CMYK00.150.470.60
HSL40.85º30.32%30.39%-
HSV(B)40.85º46.53%39.61%-
XYZ9.369.694.87-
YUV86.84109.47138.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=41.91%
G=35.68%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101865400.150.470.6040.8530.3230.39
Hex6556360F2F3C291e1e
Octal145126660175774513636
Binary11001011010110110110011111011111111001010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655636; }

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

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

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

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

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

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

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

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