#6F6636

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

Shades of Himalaya #6F6636

Tints of Himalaya #6F6636

Color information

#6F6636 (or 0x6F6636) is unknown color: approx Himalaya. HEX triplet: 6F, 66 and 36. RGB value is (111,102,54). Sum of RGB (Red+Green+Blue) = 111+102+54=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6636 is #9099C9. Grayscale: #636363. Windows color (decimal): -9476554 or 3565167. OLE color: 3565167.

HSL color Cylindrical-coordinate representation of color #6F6636: hue angle of 50.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F6636 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11110254-
CMYK00.080.510.56
HSL50.53º34.55%32.35%-
HSV(B)50.53º51.35%43.53%-
XYZ11.9713.155.4-
YUV99.22102.48136.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=41.57%
G=38.20%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111025400.080.510.5650.5334.5532.35
Hex6F6636083338332320
Octal157146660106370634340
Binary1101111110011011011001000110011111000110011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,54); }

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

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

 a { background-color: rgb(111,102,54); }

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

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

 span { border-color: rgb(111,102,54); }

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