#6F6424

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

Shades of Himalaya #6F6424

Tints of Himalaya #6F6424

Color information

#6F6424 (or 0x6F6424) is unknown color: approx Himalaya. HEX triplet: 6F, 64 and 24. RGB value is (111,100,36). Sum of RGB (Red+Green+Blue) = 111+100+36=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6424 is #909BDB. Grayscale: #606060. Windows color (decimal): -9477084 or 2385007. OLE color: 2385007.

HSL color Cylindrical-coordinate representation of color #6F6424: hue angle of 51.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 #6F6424 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11110036-
CMYK00.100.680.56
HSL51.2º51.02%28.82%-
HSV(B)51.2º67.57%43.53%-
XYZ11.4312.623.5-
YUV95.9994.14138.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=44.94%
G=40.49%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111003600.100.680.5651.251.0228.82
Hex6F64240A443833331d
Octal1571444401210470636335
Binary1101111110010010010001010100010011100011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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