#695A38

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

Shades of Horses Neck #695A38

Tints of Horses Neck #695A38

Color information

#695A38 (or 0x695A38) is unknown color: approx Horses Neck. HEX triplet: 69, 5A and 38. RGB value is (105,90,56). Sum of RGB (Red+Green+Blue) = 105+90+56=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #695A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A38 is #96A5C7. Grayscale: #5A5A5A. Windows color (decimal): -9872840 or 3693161. OLE color: 3693161.

HSL color Cylindrical-coordinate representation of color #695A38: hue angle of 41.63º 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 #695A38 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1059056-
CMYK00.140.470.59
HSL41.63º30.43%31.57%-
HSV(B)41.63º46.67%41.18%-
XYZ10.210.65.25-
YUV90.61108.47138.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=41.83%
G=35.86%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105905600.140.470.5941.6330.4331.57
Hex695A380E2F3B2a1e20
Octal151132700165773523640
Binary110100110110101110000111010111111101110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A38; }

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

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

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

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

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

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

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

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