#695028

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

Shades of Horses Neck #695028

Tints of Horses Neck #695028

Color information

#695028 (or 0x695028) is unknown color: approx Horses Neck. HEX triplet: 69, 50 and 28. RGB value is (105,80,40). Sum of RGB (Red+Green+Blue) = 105+80+40=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #695028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695028 is #96AFD7. Grayscale: #535353. Windows color (decimal): -9875416 or 2642025. OLE color: 2642025.

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

Color convert

RGB1058040-
CMYK00.240.620.59
HSL36.92º44.83%28.43%-
HSV(B)36.92º61.9%41.18%-
XYZ9.088.893.25-
YUV82.92103.78143.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=46.67%
G=35.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105804000.240.620.5936.9244.8328.43
Hex6950280183E3B252d1c
Octal151120500307673455534
Binary1101001101000010100001100011111011101110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695028; }

 p { color: rgb(105,80,40); }

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

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

 a { background-color: rgb(105,80,40); }

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

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

 span { border-color: rgb(105,80,40); }

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