#6F561A

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

Shades of Raw Umber #6F561A

Tints of Raw Umber #6F561A

Color information

#6F561A (or 0x6F561A) is unknown color: approx Raw Umber. HEX triplet: 6F, 56 and 1A. RGB value is (111,86,26). Sum of RGB (Red+Green+Blue) = 111+86+26=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F561A is #90A9E5. Grayscale: #565656. Windows color (decimal): -9480678 or 1726063. OLE color: 1726063.

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

Color convert

RGB1118626-
CMYK00.230.770.56
HSL42.35º62.04%26.86%-
HSV(B)42.35º76.58%43.53%-
XYZ10.0710.112.4-
YUV86.6493.78145.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=49.78%
G=38.57%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111862600.230.770.5642.3562.0426.86
Hex6F561A0174D382a3e1b
Octal1571263202711570527633
Binary1101111101011011010010111100110111100010101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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