#6F400A

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

Shades of Raw Umber #6F400A

Tints of Raw Umber #6F400A

Color information

#6F400A (or 0x6F400A) is unknown color: approx Raw Umber. HEX triplet: 6F, 40 and 0A. RGB value is (111,64,10). Sum of RGB (Red+Green+Blue) = 111+64+10=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400A is #90BFF5. Grayscale: #484848. Windows color (decimal): -9486326 or 671855. OLE color: 671855.

HSL color Cylindrical-coordinate representation of color #6F400A: hue angle of 32.08º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F400A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1116410-
CMYK00.420.910.56
HSL32.08º83.47%23.73%-
HSV(B)32.08º90.99%43.53%-
XYZ8.447.071.21-
YUV71.993.07155.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=60%
G=34.59%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111641000.420.910.5632.0883.4723.73
Hex6F40A02A5B38205318
Octal15710012052133704012330
Binary11011111000000101001010101011011111000100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,10); }

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

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

 a { background-color: rgb(111,64,10); }

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

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

 span { border-color: rgb(111,64,10); }

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