#6F500B

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

Shades of Raw Umber #6F500B

Tints of Raw Umber #6F500B

Color information

#6F500B (or 0x6F500B) is unknown color: approx Raw Umber. HEX triplet: 6F, 50 and 0B. RGB value is (111,80,11). Sum of RGB (Red+Green+Blue) = 111+80+11=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F500B is #90AFF4. Grayscale: #515151. Windows color (decimal): -9482229 or 741487. OLE color: 741487.

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

Color convert

RGB1118011-
CMYK00.280.900.56
HSL41.4º81.97%23.92%-
HSV(B)41.4º90.09%43.53%-
XYZ9.489.141.58-
YUV81.488.27149.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=54.95%
G=39.60%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111801100.280.900.5641.481.9723.92
Hex6F50B01C5A38295218
Octal15712013034132705112230
Binary1101111101000010110111001011010111000101001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,11); }

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

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

 a { background-color: rgb(111,80,11); }

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

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

 span { border-color: rgb(111,80,11); }

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