#6F6129

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

Shades of Himalaya #6F6129

Tints of Himalaya #6F6129

Color information

#6F6129 (or 0x6F6129) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 29. RGB value is (111,97,41). Sum of RGB (Red+Green+Blue) = 111+97+41=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6129 is #909ED6. Grayscale: #5F5F5F. Windows color (decimal): -9477847 or 2711919. OLE color: 2711919.

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

Color convert

RGB1119741-
CMYK00.130.630.56
HSL48º46.05%29.8%-
HSV(B)48º63.06%43.53%-
XYZ11.2312.093.84-
YUV94.897.64139.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=44.58%
G=38.96%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111974100.130.630.564846.0529.8
Hex6F61290D3F38302e1e
Octal157141510157770605636
Binary110111111000011010010110111111111100011000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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