#6D6734

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

Shades of Himalaya #6D6734

Tints of Himalaya #6D6734

Color information

#6D6734 (or 0x6D6734) is unknown color: approx Himalaya. HEX triplet: 6D, 67 and 34. RGB value is (109,103,52). Sum of RGB (Red+Green+Blue) = 109+103+52=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6734 is #9298CB. Grayscale: #636363. Windows color (decimal): -9607372 or 3434349. OLE color: 3434349.

HSL color Cylindrical-coordinate representation of color #6D6734: hue angle of 53.68º 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 #6D6734 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB10910352-
CMYK00.060.520.57
HSL53.68º35.4%31.57%-
HSV(B)53.68º52.29%42.75%-
XYZ11.7813.25.18-
YUV98.98101.49135.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=41.29%
G=39.02%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091035200.060.520.5753.6835.431.57
Hex6D6734063439362320
Octal15514764066471664340
Binary110110111001111101000110110100111001110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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