#695834

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

Shades of Horses Neck #695834

Tints of Horses Neck #695834

Color information

#695834 (or 0x695834) is unknown color: approx Horses Neck. HEX triplet: 69, 58 and 34. RGB value is (105,88,52). Sum of RGB (Red+Green+Blue) = 105+88+52=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #695834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695834 is #96A7CB. Grayscale: #595959. Windows color (decimal): -9873356 or 3430505. OLE color: 3430505.

HSL color Cylindrical-coordinate representation of color #695834: hue angle of 40.75º degrees, saturation: 0.34, 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 #695834 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1058852-
CMYK00.160.500.59
HSL40.75º33.76%30.78%-
HSV(B)40.75º50.48%41.18%-
XYZ9.9410.234.7-
YUV88.98107.13139.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=42.86%
G=35.92%
B=21.22%

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
Decimal105885200.160.500.5940.7533.7630.78
Hex695834010323B29221f
Octal151130640206273514237
Binary1101001101100011010001000011001011101110100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695834; }

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

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

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

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

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

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

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

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