#6F5801

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

Shades of Raw Umber #6F5801

Tints of Raw Umber #6F5801

Color information

#6F5801 (or 0x6F5801) is unknown color: approx Raw Umber. HEX triplet: 6F, 58 and 01. RGB value is (111,88,1). Sum of RGB (Red+Green+Blue) = 111+88+1=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5801 is #90A7FE. Grayscale: #555555. Windows color (decimal): -9480191 or 88175. OLE color: 88175.

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

Color convert

RGB111881-
CMYK00.210.990.56
HSL47.45º98.21%21.96%-
HSV(B)47.45º99.1%43.53%-
XYZ10.0510.361.5-
YUV84.9680.62146.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=55.5%
G=44%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11188100.210.990.5647.4598.2121.96
Hex6F58101563382f6216
Octal1571301025143705714226
Binary1101111101100010101011100011111000101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,1); }

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

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

 a { background-color: rgb(111,88,1); }

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

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

 span { border-color: rgb(111,88,1); }

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