#6F5600

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

Shades of Raw Umber #6F5600

Tints of Raw Umber #6F5600

Color information

#6F5600 (or 0x6F5600) is unknown color: approx Raw Umber. HEX triplet: 6F, 56 and 00. RGB value is (111,86,0). Sum of RGB (Red+Green+Blue) = 111+86+0=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5600 is #90A9FF. Grayscale: #545454. Windows color (decimal): -9480704 or 22127. OLE color: 22127.

HSL color Cylindrical-coordinate representation of color #6F5600: hue angle of 46.49º 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 #6F5600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB111860-
CMYK00.2310.56
HSL46.49º100%21.76%-
HSV(B)46.49º100%43.53%-
XYZ9.8810.041.42-
YUV83.6780.78147.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.35%
G=43.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11186000.2310.5646.4910021.76
Hex6F56001764382e6416
Octal1571260027144705614426
Binary1101111101011000101111100100111000101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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