#6F501A

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

Shades of Raw Umber #6F501A

Tints of Raw Umber #6F501A

Color information

#6F501A (or 0x6F501A) is unknown color: approx Raw Umber. HEX triplet: 6F, 50 and 1A. RGB value is (111,80,26). Sum of RGB (Red+Green+Blue) = 111+80+26=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F501A is #90AFE5. Grayscale: #535353. Windows color (decimal): -9482214 or 1724527. OLE color: 1724527.

HSL color Cylindrical-coordinate representation of color #6F501A: hue angle of 38.12º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F501A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1118026-
CMYK00.280.770.56
HSL38.12º62.04%26.86%-
HSV(B)38.12º76.58%43.53%-
XYZ9.619.192.24-
YUV83.1195.77147.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=51.15%
G=36.87%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111802600.280.770.5638.1262.0426.86
Hex6F501A01C4D38263e1b
Octal1571203203411570467633
Binary1101111101000011010011100100110111100010011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,26); }

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

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

 a { background-color: rgb(111,80,26); }

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

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

 span { border-color: rgb(111,80,26); }

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