#6F6527

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

Shades of Himalaya #6F6527

Tints of Himalaya #6F6527

Color information

#6F6527 (or 0x6F6527) is unknown color: approx Himalaya. HEX triplet: 6F, 65 and 27. RGB value is (111,101,39). Sum of RGB (Red+Green+Blue) = 111+101+39=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6527 is #909AD8. Grayscale: #616161. Windows color (decimal): -9476825 or 2581871. OLE color: 2581871.

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

Color convert

RGB11110139-
CMYK00.090.650.56
HSL51.67º48%29.41%-
HSV(B)51.67º64.86%43.53%-
XYZ11.5812.833.79-
YUV96.9295.31138.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=44.22%
G=40.24%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111013900.090.650.5651.674829.41
Hex6F652709413834301d
Octal1571454701110170646035
Binary1101111110010110011101001100000111100011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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