#6F501C

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

Shades of Raw Umber #6F501C

Tints of Raw Umber #6F501C

Color information

#6F501C (or 0x6F501C) is unknown color: approx Raw Umber. HEX triplet: 6F, 50 and 1C. RGB value is (111,80,28). Sum of RGB (Red+Green+Blue) = 111+80+28=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F501C is #90AFE3. Grayscale: #535353. Windows color (decimal): -9482212 or 1855599. OLE color: 1855599.

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

Color convert

RGB1118028-
CMYK00.280.750.56
HSL37.59º59.71%27.25%-
HSV(B)37.59º74.77%43.53%-
XYZ9.639.22.37-
YUV83.3496.77147.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.68%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=50.68%
G=36.53%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111802800.280.750.5637.5959.7127.25
Hex6F501C01C4B38263c1b
Octal1571203403411370467433
Binary1101111101000011100011100100101111100010011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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