#695733

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

Shades of Horses Neck #695733

Tints of Horses Neck #695733

Color information

#695733 (or 0x695733) is unknown color: approx Horses Neck. HEX triplet: 69, 57 and 33. RGB value is (105,87,51). Sum of RGB (Red+Green+Blue) = 105+87+51=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695733 is #96A8CC. Grayscale: #585858. Windows color (decimal): -9873613 or 3364713. OLE color: 3364713.

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

Color convert

RGB1058751-
CMYK00.170.510.59
HSL40º34.62%30.59%-
HSV(B)40º51.43%41.18%-
XYZ9.8310.064.56-
YUV88.28106.96139.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=43.21%
G=35.80%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105875100.170.510.594034.6230.59
Hex695733011333B28231f
Octal151127630216373504337
Binary1101001101011111001101000111001111101110100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695733; }

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

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

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

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

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

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

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

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