#695838

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

Shades of Horses Neck #695838

Tints of Horses Neck #695838

Color information

#695838 (or 0x695838) is unknown color: approx Horses Neck. HEX triplet: 69, 58 and 38. RGB value is (105,88,56). Sum of RGB (Red+Green+Blue) = 105+88+56=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #695838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695838 is #96A7C7. Grayscale: #595959. Windows color (decimal): -9873352 or 3692649. OLE color: 3692649.

HSL color Cylindrical-coordinate representation of color #695838: hue angle of 39.18º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #695838 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1058856-
CMYK00.160.470.59
HSL39.18º30.43%31.57%-
HSV(B)39.18º46.67%41.18%-
XYZ10.0310.275.19-
YUV89.44109.13139.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=42.17%
G=35.34%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105885600.160.470.5939.1830.4331.57
Hex6958380102F3B271e20
Octal151130700205773473640
Binary1101001101100011100001000010111111101110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695838; }

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

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

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

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

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

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

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

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