#6e672f

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

Shades of Himalaya #6E672F

Tints of Himalaya #6E672F

Color information

#6E672F (or 0x6E672F) is unknown color: approx Himalaya. HEX triplet: 6E, 67 and 2F. RGB value is (110,103,47). Sum of RGB (Red+Green+Blue) = 110+103+47=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E672F is #9198D0. Grayscale: #626262. Windows color (decimal): -9541841 or 3106670. OLE color: 3106670.

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

Color convert

RGB11010347-
CMYK00.060.570.57
HSL53.33º40.13%30.78%-
HSV(B)53.33º57.27%43.14%-
XYZ11.7913.224.62-
YUV98.7198.82136.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=42.31%
G=39.62%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101034700.060.570.5753.3340.1330.78
Hex6E672F06393935281f
Octal15614757067171655037
Binary11011101100111101111011011100111100111010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e672f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,47); }

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

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

 a { background-color: rgb(110,103,47); }

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

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

 span { border-color: rgb(110,103,47); }

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