#695722

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

Shades of Horses Neck #695722

Tints of Horses Neck #695722

Color information

#695722 (or 0x695722) is unknown color: approx Horses Neck. HEX triplet: 69, 57 and 22. RGB value is (105,87,34). Sum of RGB (Red+Green+Blue) = 105+87+34=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #695722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695722 is #96A8DD. Grayscale: #565656. Windows color (decimal): -9873630 or 2250601. OLE color: 2250601.

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

Color convert

RGB1058734-
CMYK00.170.680.59
HSL44.79º51.08%27.25%-
HSV(B)44.79º67.62%41.18%-
XYZ9.529.942.93-
YUV86.3498.46141.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 34 (13.67% from 255) = 15.04%
R=46.46%
G=38.50%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105873400.170.680.5944.7951.0827.25
Hex695722011443B2d331b
Octal1511274202110473556333
Binary11010011010111100010010001100010011101110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695722; }

 p { color: rgb(105,87,34); }

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

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

 a { background-color: rgb(105,87,34); }

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

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

 span { border-color: rgb(105,87,34); }

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