#695E2F

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

Shades of Himalaya #695E2F

Tints of Himalaya #695E2F

Color information

#695E2F (or 0x695E2F) is unknown color: approx Himalaya. HEX triplet: 69, 5E and 2F. RGB value is (105,94,47). Sum of RGB (Red+Green+Blue) = 105+94+47=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #695E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E2F is #96A1D0. Grayscale: #5C5C5C. Windows color (decimal): -9871825 or 3104361. OLE color: 3104361.

HSL color Cylindrical-coordinate representation of color #695E2F: hue angle of 48.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695E2F is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1059447-
CMYK00.100.550.59
HSL48.62º38.16%29.8%-
HSV(B)48.62º55.24%41.18%-
XYZ10.3411.214.31-
YUV91.93102.64137.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=42.68%
G=38.21%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105944700.100.550.5948.6238.1629.8
Hex695E2F0A373B31261e
Octal151136570126773614636
Binary110100110111101011110101011011111101111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,47); }

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

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

 a { background-color: rgb(105,94,47); }

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

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

 span { border-color: rgb(105,94,47); }

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