#665726

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

Shades of Horses Neck #665726

Tints of Horses Neck #665726

Color information

#665726 (or 0x665726) is unknown color: approx Horses Neck. HEX triplet: 66, 57 and 26. RGB value is (102,87,38). Sum of RGB (Red+Green+Blue) = 102+87+38=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #665726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665726 is #99A8D9. Grayscale: #565656. Windows color (decimal): -10070234 or 2512742. OLE color: 2512742.

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

Color convert

RGB1028738-
CMYK00.150.630.6
HSL45.94º45.71%27.45%-
HSV(B)45.94º62.75%40%-
XYZ9.249.783.23-
YUV85.9100.97139.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=44.93%
G=38.33%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102873800.150.630.645.9445.7127.45
Hex6657260F3F3C2e2e1b
Octal146127460177774565633
Binary110011010101111001100111111111111110010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665726; }

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

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

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

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

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

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

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

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