#6F6938

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

Shades of Himalaya #6F6938

Tints of Himalaya #6F6938

Color information

#6F6938 (or 0x6F6938) is unknown color: approx Himalaya. HEX triplet: 6F, 69 and 38. RGB value is (111,105,56). Sum of RGB (Red+Green+Blue) = 111+105+56=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6938 is #9096C7. Grayscale: #656565. Windows color (decimal): -9475784 or 3697007. OLE color: 3697007.

HSL color Cylindrical-coordinate representation of color #6F6938: hue angle of 53.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6938 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11110556-
CMYK00.050.500.56
HSL53.45º32.93%32.75%-
HSV(B)53.45º49.55%43.53%-
XYZ12.3213.775.75-
YUV101.21102.49134.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=40.81%
G=38.60%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111055600.050.500.5653.4532.9332.75
Hex6F6938053238352121
Octal15715170056270654141
Binary110111111010011110000101110010111000110101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,56); }

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

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

 a { background-color: rgb(111,105,56); }

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

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

 span { border-color: rgb(111,105,56); }

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