#6B6139

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

Shades of Himalaya #6B6139

Tints of Himalaya #6B6139

Color information

#6B6139 (or 0x6B6139) is unknown color: approx Himalaya. HEX triplet: 6B, 61 and 39. RGB value is (107,97,57). Sum of RGB (Red+Green+Blue) = 107+97+57=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6139 is #949EC6. Grayscale: #5F5F5F. Windows color (decimal): -9739975 or 3760491. OLE color: 3760491.

HSL color Cylindrical-coordinate representation of color #6B6139: hue angle of 48º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B6139 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1079757-
CMYK00.090.470.58
HSL48º30.49%32.16%-
HSV(B)48º46.73%41.96%-
XYZ11.0811.975.6-
YUV95.43106.31136.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=41.00%
G=37.16%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107975700.090.470.584830.4932.16
Hex6B6139092F3A301e20
Octal153141710115772603640
Binary110101111000011110010100110111111101011000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,57); }

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

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

 a { background-color: rgb(107,97,57); }

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

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

 span { border-color: rgb(107,97,57); }

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