#695221

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

Shades of Horses Neck #695221

Tints of Horses Neck #695221

Color information

#695221 (or 0x695221) is unknown color: approx Horses Neck. HEX triplet: 69, 52 and 21. RGB value is (105,82,33). Sum of RGB (Red+Green+Blue) = 105+82+33=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #695221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695221 is #96ADDE. Grayscale: #535353. Windows color (decimal): -9874911 or 2183785. OLE color: 2183785.

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

Color convert

RGB1058233-
CMYK00.220.690.59
HSL40.83º52.17%27.06%-
HSV(B)40.83º68.57%41.18%-
XYZ9.129.152.72-
YUV83.2999.62143.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 33 (13.28% from 255) = 15%
R=47.73%
G=37.27%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105823300.220.690.5940.8352.1727.06
Hex695221016453B29341b
Octal1511224102610573516433
Binary11010011010010100001010110100010111101110100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695221; }

 p { color: rgb(105,82,33); }

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

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

 a { background-color: rgb(105,82,33); }

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

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

 span { border-color: rgb(105,82,33); }

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