#665839

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

Shades of Horses Neck #665839

Tints of Horses Neck #665839

Color information

#665839 (or 0x665839) is unknown color: approx Horses Neck. HEX triplet: 66, 58 and 39. RGB value is (102,88,57). Sum of RGB (Red+Green+Blue) = 102+88+57=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665839 is #99A7C6. Grayscale: #585858. Windows color (decimal): -10069959 or 3758182. OLE color: 3758182.

HSL color Cylindrical-coordinate representation of color #665839: hue angle of 41.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665839 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1028857-
CMYK00.140.440.6
HSL41.33º28.3%31.18%-
HSV(B)41.33º44.12%40%-
XYZ9.7110.15.31-
YUV88.65110.14137.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=41.30%
G=35.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102885700.140.440.641.3328.331.18
Hex6658390E2C3C291c1f
Octal146130710165474513437
Binary11001101011000111001011101011001111001010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665839; }

 p { color: rgb(102,88,57); }

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

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

 a { background-color: rgb(102,88,57); }

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

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

 span { border-color: rgb(102,88,57); }

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