#6D6534

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

Shades of Himalaya #6D6534

Tints of Himalaya #6D6534

Color information

#6D6534 (or 0x6D6534) is unknown color: approx Himalaya. HEX triplet: 6D, 65 and 34. RGB value is (109,101,52). Sum of RGB (Red+Green+Blue) = 109+101+52=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6534 is #929ACB. Grayscale: #626262. Windows color (decimal): -9607884 or 3433837. OLE color: 3433837.

HSL color Cylindrical-coordinate representation of color #6D6534: hue angle of 51.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6534 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB10910152-
CMYK00.070.520.57
HSL51.58º35.4%31.57%-
HSV(B)51.58º52.29%42.75%-
XYZ11.5812.815.11-
YUV97.81102.15135.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=41.60%
G=38.55%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091015200.070.520.5751.5835.431.57
Hex6D6534073439342320
Octal15514564076471644340
Binary110110111001011101000111110100111001110100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6534; }

 p { color: rgb(109,101,52); }

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

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

 a { background-color: rgb(109,101,52); }

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

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

 span { border-color: rgb(109,101,52); }

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