#6F612F

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

Shades of Himalaya #6F612F

Tints of Himalaya #6F612F

Color information

#6F612F (or 0x6F612F) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 2F. RGB value is (111,97,47). Sum of RGB (Red+Green+Blue) = 111+97+47=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F612F is #909ED0. Grayscale: #5F5F5F. Windows color (decimal): -9477841 or 3105135. OLE color: 3105135.

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

Color convert

RGB1119747-
CMYK00.130.580.56
HSL46.88º40.51%30.98%-
HSV(B)46.88º57.66%43.53%-
XYZ11.3412.134.43-
YUV95.49100.64139.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=43.53%
G=38.04%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111974700.130.580.5646.8840.5130.98
Hex6F612F0D3A382f291f
Octal157141570157270575137
Binary110111111000011011110110111101011100010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,47); }

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

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

 a { background-color: rgb(111,97,47); }

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

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

 span { border-color: rgb(111,97,47); }

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