#695933

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

Shades of Horses Neck #695933

Tints of Horses Neck #695933

Color information

#695933 (or 0x695933) is unknown color: approx Horses Neck. HEX triplet: 69, 59 and 33. RGB value is (105,89,51). Sum of RGB (Red+Green+Blue) = 105+89+51=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #695933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695933 is #96A6CC. Grayscale: #595959. Windows color (decimal): -9873101 or 3365225. OLE color: 3365225.

HSL color Cylindrical-coordinate representation of color #695933: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695933 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1058951-
CMYK00.150.510.59
HSL42.22º34.62%30.59%-
HSV(B)42.22º51.43%41.18%-
XYZ1010.394.61-
YUV89.45106.3139.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=42.86%
G=36.33%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105895100.150.510.5942.2234.6230.59
Hex6959330F333B2a231f
Octal151131630176373524337
Binary110100110110011100110111111001111101110101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695933; }

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

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

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

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

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

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

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

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