#6F6127

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

Shades of Himalaya #6F6127

Tints of Himalaya #6F6127

Color information

#6F6127 (or 0x6F6127) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 27. RGB value is (111,97,39). Sum of RGB (Red+Green+Blue) = 111+97+39=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6127 is #909ED8. Grayscale: #5E5E5E. Windows color (decimal): -9477849 or 2580847. OLE color: 2580847.

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

Color convert

RGB1119739-
CMYK00.130.650.56
HSL48.33º48%29.41%-
HSV(B)48.33º64.86%43.53%-
XYZ11.212.083.66-
YUV94.5796.64139.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=44.94%
G=39.27%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111973900.130.650.5648.334829.41
Hex6F61270D413830301d
Octal1571414701510170606035
Binary1101111110000110011101101100000111100011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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