#6F4F1A

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

Shades of Raw Umber #6F4F1A

Tints of Raw Umber #6F4F1A

Color information

#6F4F1A (or 0x6F4F1A) is unknown color: approx Raw Umber. HEX triplet: 6F, 4F and 1A. RGB value is (111,79,26). Sum of RGB (Red+Green+Blue) = 111+79+26=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F1A is #90B0E5. Grayscale: #525252. Windows color (decimal): -9482470 or 1724271. OLE color: 1724271.

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

Color convert

RGB1117926-
CMYK00.290.770.56
HSL37.41º62.04%26.86%-
HSV(B)37.41º76.58%43.53%-
XYZ9.549.052.22-
YUV82.5396.1148.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=51.39%
G=36.57%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111792600.290.770.5637.4162.0426.86
Hex6F4F1A01D4D38253e1b
Octal1571173203511570457633
Binary1101111100111111010011101100110111100010010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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