#695835

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

Shades of Horses Neck #695835

Tints of Horses Neck #695835

Color information

#695835 (or 0x695835) is unknown color: approx Horses Neck. HEX triplet: 69, 58 and 35. RGB value is (105,88,53). Sum of RGB (Red+Green+Blue) = 105+88+53=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #695835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695835 is #96A7CA. Grayscale: #595959. Windows color (decimal): -9873355 or 3496041. OLE color: 3496041.

HSL color Cylindrical-coordinate representation of color #695835: hue angle of 40.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695835 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1058853-
CMYK00.160.500.59
HSL40.38º32.91%30.98%-
HSV(B)40.38º49.52%41.18%-
XYZ9.9610.244.82-
YUV89.09107.63139.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=42.68%
G=35.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105885300.160.500.5940.3832.9130.98
Hex695835010323B28211f
Octal151130650206273504137
Binary1101001101100011010101000011001011101110100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695835; }

 p { color: rgb(105,88,53); }

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

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

 a { background-color: rgb(105,88,53); }

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

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

 span { border-color: rgb(105,88,53); }

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