#6F6731

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

Shades of Himalaya #6F6731

Tints of Himalaya #6F6731

Color information

#6F6731 (or 0x6F6731) is unknown color: approx Himalaya. HEX triplet: 6F, 67 and 31. RGB value is (111,103,49). Sum of RGB (Red+Green+Blue) = 111+103+49=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6731 is #9098CE. Grayscale: #636363. Windows color (decimal): -9476303 or 3237743. OLE color: 3237743.

HSL color Cylindrical-coordinate representation of color #6F6731: hue angle of 52.26º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F6731 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11110349-
CMYK00.070.560.56
HSL52.26º38.75%31.37%-
HSV(B)52.26º55.86%43.53%-
XYZ11.9613.34.84-
YUV99.2499.65136.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=42.21%
G=39.16%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111034900.070.560.5652.2638.7531.37
Hex6F673107383834271f
Octal15714761077070644737
Binary11011111100111110001011111100011100011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,49); }

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

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

 a { background-color: rgb(111,103,49); }

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

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

 span { border-color: rgb(111,103,49); }

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