#665725

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

Shades of Horses Neck #665725

Tints of Horses Neck #665725

Color information

#665725 (or 0x665725) is unknown color: approx Horses Neck. HEX triplet: 66, 57 and 25. RGB value is (102,87,37). Sum of RGB (Red+Green+Blue) = 102+87+37=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #665725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665725 is #99A8DA. Grayscale: #565656. Windows color (decimal): -10070235 or 2447206. OLE color: 2447206.

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

Color convert

RGB1028737-
CMYK00.150.640.6
HSL46.15º46.76%27.25%-
HSV(B)46.15º63.73%40%-
XYZ9.229.773.15-
YUV85.78100.47139.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=45.13%
G=38.50%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102873700.150.640.646.1546.7627.25
Hex6657250F403C2e2f1b
Octal1461274501710074565733
Binary1100110101011110010101111100000011110010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665725; }

 p { color: rgb(102,87,37); }

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

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

 a { background-color: rgb(102,87,37); }

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

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

 span { border-color: rgb(102,87,37); }

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