#6F663A

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

Shades of Himalaya #6F663A

Tints of Himalaya #6F663A

Color information

#6F663A (or 0x6F663A) is unknown color: approx Himalaya. HEX triplet: 6F, 66 and 3A. RGB value is (111,102,58). Sum of RGB (Red+Green+Blue) = 111+102+58=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F663A is #9099C5. Grayscale: #636363. Windows color (decimal): -9476550 or 3827311. OLE color: 3827311.

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

Color convert

RGB11110258-
CMYK00.080.480.56
HSL49.81º31.36%33.14%-
HSV(B)49.81º47.75%43.53%-
XYZ12.0713.195.91-
YUV99.67104.48136.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=40.96%
G=37.64%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111025800.080.480.5649.8131.3633.14
Hex6F663A083038321f21
Octal157146720106070623741
Binary110111111001101110100100011000011100011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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