#6F5F24

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

Shades of Himalaya #6F5F24

Tints of Himalaya #6F5F24

Color information

#6F5F24 (or 0x6F5F24) is unknown color: approx Himalaya. HEX triplet: 6F, 5F and 24. RGB value is (111,95,36). Sum of RGB (Red+Green+Blue) = 111+95+36=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F24 is #90A0DB. Grayscale: #5D5D5D. Windows color (decimal): -9478364 or 2383727. OLE color: 2383727.

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

Color convert

RGB1119536-
CMYK00.140.680.56
HSL47.2º51.02%28.82%-
HSV(B)47.2º67.57%43.53%-
XYZ10.9711.693.35-
YUV93.0695.8140.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=45.87%
G=39.26%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111953600.140.680.5647.251.0228.82
Hex6F5F240E44382f331d
Octal1571374401610470576335
Binary1101111101111110010001110100010011100010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,36); }

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

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

 a { background-color: rgb(111,95,36); }

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

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

 span { border-color: rgb(111,95,36); }

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