#6B5A11

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

Shades of Raw Umber #6B5A11

Tints of Raw Umber #6B5A11

Color information

#6B5A11 (or 0x6B5A11) is unknown color: approx Raw Umber. HEX triplet: 6B, 5A and 11. RGB value is (107,90,17). Sum of RGB (Red+Green+Blue) = 107+90+17=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5A11 is #94A5EE. Grayscale: #575757. Windows color (decimal): -9741807 or 1137259. OLE color: 1137259.

HSL color Cylindrical-coordinate representation of color #6B5A11: hue angle of 48.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B5A11 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1079017-
CMYK00.160.840.58
HSL48.67º72.58%24.31%-
HSV(B)48.67º84.11%41.96%-
XYZ9.8210.482.04-
YUV86.7688.63142.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 17 (7.03% from 255) = 7.94%
R=50%
G=42.06%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107901700.160.840.5848.6772.5824.31
Hex6B5A11010543A314918
Octal15313221020124726111130
Binary11010111011010100010100001010100111010110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,17); }

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

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

 a { background-color: rgb(107,90,17); }

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

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

 span { border-color: rgb(107,90,17); }

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