#695D33

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

Shades of Himalaya #695D33

Tints of Himalaya #695D33

Color information

#695D33 (or 0x695D33) is unknown color: approx Himalaya. HEX triplet: 69, 5D and 33. RGB value is (105,93,51). Sum of RGB (Red+Green+Blue) = 105+93+51=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #695D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D33 is #96A2CC. Grayscale: #5B5B5B. Windows color (decimal): -9872077 or 3366249. OLE color: 3366249.

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

Color convert

RGB1059351-
CMYK00.110.510.59
HSL46.67º34.62%30.59%-
HSV(B)46.67º51.43%41.18%-
XYZ10.3411.074.72-
YUV91.8104.98137.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=42.17%
G=37.35%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105935100.110.510.5946.6734.6230.59
Hex695D330B333B2f231f
Octal151135630136373574337
Binary110100110111011100110101111001111101110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,51); }

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

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

 a { background-color: rgb(105,93,51); }

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

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

 span { border-color: rgb(105,93,51); }

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