#665933

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

Shades of Horses Neck #665933

Tints of Horses Neck #665933

Color information

#665933 (or 0x665933) is unknown color: approx Horses Neck. HEX triplet: 66, 59 and 33. RGB value is (102,89,51). Sum of RGB (Red+Green+Blue) = 102+89+51=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #665933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665933 is #99A6CC. Grayscale: #585858. Windows color (decimal): -10069709 or 3365222. OLE color: 3365222.

HSL color Cylindrical-coordinate representation of color #665933: hue angle of 44.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665933 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1028951-
CMYK00.130.50.6
HSL44.71º33.33%30%-
HSV(B)44.71º50%40%-
XYZ9.6510.214.59-
YUV88.55106.81137.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=42.15%
G=36.78%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102895100.130.50.644.7133.3330
Hex6659330D323C2d211e
Octal146131630156274554136
Binary110011010110011100110110111001011110010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665933; }

 p { color: rgb(102,89,51); }

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

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

 a { background-color: rgb(102,89,51); }

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

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

 span { border-color: rgb(102,89,51); }

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