#6F5A01

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

Shades of Raw Umber #6F5A01

Tints of Raw Umber #6F5A01

Color information

#6F5A01 (or 0x6F5A01) is unknown color: approx Raw Umber. HEX triplet: 6F, 5A and 01. RGB value is (111,90,1). Sum of RGB (Red+Green+Blue) = 111+90+1=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5A01 is #90A5FE. Grayscale: #565656. Windows color (decimal): -9479679 or 88687. OLE color: 88687.

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

Color convert

RGB111901-
CMYK00.190.990.56
HSL48.55º98.21%21.96%-
HSV(B)48.55º99.1%43.53%-
XYZ10.2210.691.55-
YUV86.1379.96145.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=54.95%
G=44.55%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11190100.190.990.5648.5598.2121.96
Hex6F5A10136338316216
Octal1571321023143706114226
Binary1101111101101010100111100011111000110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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