#6F400F

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

Shades of Raw Umber #6F400F

Tints of Raw Umber #6F400F

Color information

#6F400F (or 0x6F400F) is unknown color: approx Raw Umber. HEX triplet: 6F, 40 and 0F. RGB value is (111,64,15). Sum of RGB (Red+Green+Blue) = 111+64+15=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400F is #90BFF0. Grayscale: #484848. Windows color (decimal): -9486321 or 999535. OLE color: 999535.

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

Color convert

RGB1116415-
CMYK00.420.860.56
HSL30.63º76.19%24.71%-
HSV(B)30.63º86.49%43.53%-
XYZ8.487.081.37-
YUV72.4795.57155.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=58.42%
G=33.68%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111641500.420.860.5630.6376.1924.71
Hex6F40F02A56381f4c19
Octal15710017052126703711431
Binary1101111100000011110101010101011011100011111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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