#695023

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

Shades of Horses Neck #695023

Tints of Horses Neck #695023

Color information

#695023 (or 0x695023) is unknown color: approx Horses Neck. HEX triplet: 69, 50 and 23. RGB value is (105,80,35). Sum of RGB (Red+Green+Blue) = 105+80+35=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #695023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695023 is #96AFDC. Grayscale: #525252. Windows color (decimal): -9875421 or 2314345. OLE color: 2314345.

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

Color convert

RGB1058035-
CMYK00.240.670.59
HSL38.57º50%27.45%-
HSV(B)38.57º66.67%41.18%-
XYZ98.862.83-
YUV82.34101.28144.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=47.73%
G=36.36%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105803500.240.670.5938.575027.45
Hex695023018433B27321b
Octal1511204303010373476233
Binary11010011010000100011011000100001111101110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695023; }

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

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

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

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

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

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

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

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