#665625

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

Shades of Horses Neck #665625

Tints of Horses Neck #665625

Color information

#665625 (or 0x665625) is unknown color: approx Horses Neck. HEX triplet: 66, 56 and 25. RGB value is (102,86,37). Sum of RGB (Red+Green+Blue) = 102+86+37=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #665625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665625 is #99A9DA. Grayscale: #555555. Windows color (decimal): -10070491 or 2446950. OLE color: 2446950.

HSL color Cylindrical-coordinate representation of color #665625: hue angle of 45.23º 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 #665625 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1028637-
CMYK00.160.640.6
HSL45.23º46.76%27.25%-
HSV(B)45.23º63.73%40%-
XYZ9.149.613.12-
YUV85.2100.8139.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=45.33%
G=38.22%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102863700.160.640.645.2346.7627.25
Hex665625010403C2d2f1b
Octal1461264502010074555733
Binary11001101010110100101010000100000011110010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665625; }

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

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

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

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

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

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

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

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