#695225

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

Shades of Horses Neck #695225

Tints of Horses Neck #695225

Color information

#695225 (or 0x695225) is unknown color: approx Horses Neck. HEX triplet: 69, 52 and 25. RGB value is (105,82,37). Sum of RGB (Red+Green+Blue) = 105+82+37=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #695225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695225 is #96ADDA. Grayscale: #535353. Windows color (decimal): -9874907 or 2445929. OLE color: 2445929.

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

Color convert

RGB1058237-
CMYK00.220.650.59
HSL39.71º47.89%27.84%-
HSV(B)39.71º64.76%41.18%-
XYZ9.189.173.04-
YUV83.75101.62143.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=46.88%
G=36.61%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105823700.220.650.5939.7147.8927.84
Hex695225016413B28301c
Octal1511224502610173506034
Binary11010011010010100101010110100000111101110100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695225; }

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

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

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

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

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

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

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

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