#6F662D

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

Shades of Himalaya #6F662D

Tints of Himalaya #6F662D

Color information

#6F662D (or 0x6F662D) is unknown color: approx Himalaya. HEX triplet: 6F, 66 and 2D. RGB value is (111,102,45). Sum of RGB (Red+Green+Blue) = 111+102+45=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F662D is #9099D2. Grayscale: #626262. Windows color (decimal): -9476563 or 2975343. OLE color: 2975343.

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

Color convert

RGB11110245-
CMYK00.080.590.56
HSL51.82º42.31%30.59%-
HSV(B)51.82º59.46%43.53%-
XYZ11.7813.074.38-
YUV98.1997.98137.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=43.02%
G=39.53%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111024500.080.590.5651.8242.3130.59
Hex6F662D083B38342a1f
Octal157146550107370645237
Binary110111111001101011010100011101111100011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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