#6F601F

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

Shades of Himalaya #6F601F

Tints of Himalaya #6F601F

Color information

#6F601F (or 0x6F601F) is unknown color: approx Himalaya. HEX triplet: 6F, 60 and 1F. RGB value is (111,96,31). Sum of RGB (Red+Green+Blue) = 111+96+31=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F601F is #909FE0. Grayscale: #5D5D5D. Windows color (decimal): -9478113 or 2056303. OLE color: 2056303.

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

Color convert

RGB1119631-
CMYK00.140.720.56
HSL48.75º56.34%27.84%-
HSV(B)48.75º72.07%43.53%-
XYZ10.9911.843-
YUV93.0892.97140.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=46.64%
G=40.34%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111963100.140.720.5648.7556.3427.84
Hex6F601F0E483831381c
Octal1571403701611070617034
Binary110111111000001111101110100100011100011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,31); }

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

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

 a { background-color: rgb(111,96,31); }

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

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

 span { border-color: rgb(111,96,31); }

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