#6B5112

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

Shades of Raw Umber #6B5112

Tints of Raw Umber #6B5112

Color information

#6B5112 (or 0x6B5112) is unknown color: approx Raw Umber. HEX triplet: 6B, 51 and 12. RGB value is (107,81,18). Sum of RGB (Red+Green+Blue) = 107+81+18=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5112 is #94AEED. Grayscale: #515151. Windows color (decimal): -9744110 or 1200491. OLE color: 1200491.

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

Color convert

RGB1078118-
CMYK00.240.830.58
HSL42.47º71.2%24.51%-
HSV(B)42.47º83.18%41.96%-
XYZ9.129.051.84-
YUV81.5992.11146.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=51.94%
G=39.32%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107811800.240.830.5842.4771.224.51
Hex6B5112018533A2a4719
Octal15312122030123725210731
Binary11010111010001100100110001010011111010101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,18); }

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

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

 a { background-color: rgb(107,81,18); }

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

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

 span { border-color: rgb(107,81,18); }

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