#6F4800

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

Shades of Raw Umber #6F4800

Tints of Raw Umber #6F4800

Color information

#6F4800 (or 0x6F4800) is unknown color: approx Raw Umber. HEX triplet: 6F, 48 and 00. RGB value is (111,72,0). Sum of RGB (Red+Green+Blue) = 111+72+0=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4800 is #90B7FF. Grayscale: #4B4B4B. Windows color (decimal): -9484288 or 18543. OLE color: 18543.

HSL color Cylindrical-coordinate representation of color #6F4800: hue angle of 38.92º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F4800 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB111720-
CMYK00.3510.56
HSL38.92º100%21.76%-
HSV(B)38.92º100%43.53%-
XYZ8.878.011.08-
YUV75.4585.42153.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.66%
G=39.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11172000.3510.5638.9210021.76
Hex6F4800236438276416
Octal1571100043144704714426
Binary11011111001000001000111100100111000100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,0); }

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

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

 a { background-color: rgb(111,72,0); }

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

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

 span { border-color: rgb(111,72,0); }

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