#665026

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

Shades of Horses Neck #665026

Tints of Horses Neck #665026

Color information

#665026 (or 0x665026) is unknown color: approx Horses Neck. HEX triplet: 66, 50 and 26. RGB value is (102,80,38). Sum of RGB (Red+Green+Blue) = 102+80+38=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #665026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665026 is #99AFD9. Grayscale: #515151. Windows color (decimal): -10072026 or 2510950. OLE color: 2510950.

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

Color convert

RGB1028038-
CMYK00.220.630.6
HSL39.38º45.71%27.45%-
HSV(B)39.38º62.75%40%-
XYZ8.78.73.05-
YUV81.79103.29142.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=46.36%
G=36.36%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102803800.220.630.639.3845.7127.45
Hex6650260163F3C272e1b
Octal146120460267774475633
Binary1100110101000010011001011011111111110010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665026; }

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

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

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

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

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

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

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

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