#695C32

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

Shades of Himalaya #695C32

Tints of Himalaya #695C32

Color information

#695C32 (or 0x695C32) is unknown color: approx Himalaya. HEX triplet: 69, 5C and 32. RGB value is (105,92,50). Sum of RGB (Red+Green+Blue) = 105+92+50=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #695C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C32 is #96A3CD. Grayscale: #5B5B5B. Windows color (decimal): -9872334 or 3300457. OLE color: 3300457.

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

Color convert

RGB1059250-
CMYK00.120.520.59
HSL45.82º35.48%30.39%-
HSV(B)45.82º52.38%41.18%-
XYZ10.2310.894.58-
YUV91.1104.81137.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=42.51%
G=37.25%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105925000.120.520.5945.8235.4830.39
Hex695C320C343B2e231e
Octal151134620146473564336
Binary110100110111001100100110011010011101110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,50); }

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

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

 a { background-color: rgb(105,92,50); }

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

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

 span { border-color: rgb(105,92,50); }

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