#6F5501

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

Shades of Raw Umber #6F5501

Tints of Raw Umber #6F5501

Color information

#6F5501 (or 0x6F5501) is unknown color: approx Raw Umber. HEX triplet: 6F, 55 and 01. RGB value is (111,85,1). Sum of RGB (Red+Green+Blue) = 111+85+1=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5501 is #90AAFE. Grayscale: #535353. Windows color (decimal): -9480959 or 87407. OLE color: 87407.

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

Color convert

RGB111851-
CMYK00.230.990.56
HSL45.82º98.21%21.96%-
HSV(B)45.82º99.1%43.53%-
XYZ9.819.881.42-
YUV83.281.61147.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=56.35%
G=43.15%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11185100.230.990.5645.8298.2121.96
Hex6F55101763382e6216
Octal1571251027143705614226
Binary1101111101010110101111100011111000101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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