#6D663A

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

Shades of Himalaya #6D663A

Tints of Himalaya #6D663A

Color information

#6D663A (or 0x6D663A) is unknown color: approx Himalaya. HEX triplet: 6D, 66 and 3A. RGB value is (109,102,58). Sum of RGB (Red+Green+Blue) = 109+102+58=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D663A is #9299C5. Grayscale: #636363. Windows color (decimal): -9607622 or 3827309. OLE color: 3827309.

HSL color Cylindrical-coordinate representation of color #6D663A: hue angle of 51.76º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D663A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB10910258-
CMYK00.060.470.57
HSL51.76º30.54%32.75%-
HSV(B)51.76º46.79%42.75%-
XYZ11.8213.065.9-
YUV99.08104.82135.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=40.52%
G=37.92%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091025800.060.470.5751.7630.5432.75
Hex6D663A062F39341f21
Octal15514672065771643741
Binary11011011100110111010011010111111100111010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,58); }

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

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

 a { background-color: rgb(109,102,58); }

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

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

 span { border-color: rgb(109,102,58); }

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