#6F6324

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

Shades of Himalaya #6F6324

Tints of Himalaya #6F6324

Color information

#6F6324 (or 0x6F6324) is unknown color: approx Himalaya. HEX triplet: 6F, 63 and 24. RGB value is (111,99,36). Sum of RGB (Red+Green+Blue) = 111+99+36=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6324 is #909CDB. Grayscale: #5F5F5F. Windows color (decimal): -9477340 or 2384751. OLE color: 2384751.

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

Color convert

RGB1119936-
CMYK00.110.680.56
HSL50.4º51.02%28.82%-
HSV(B)50.4º67.57%43.53%-
XYZ11.3412.433.47-
YUV95.4194.48139.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 36 (14.45% from 255) = 14.63%
R=45.12%
G=40.24%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111993600.110.680.5650.451.0228.82
Hex6F63240B443832331d
Octal1571434401310470626335
Binary1101111110001110010001011100010011100011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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