#6F3C10

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

Shades of Raw Umber #6F3C10

Tints of Raw Umber #6F3C10

Color information

#6F3C10 (or 0x6F3C10) is unknown color: approx Raw Umber. HEX triplet: 6F, 3C and 10. RGB value is (111,60,16). Sum of RGB (Red+Green+Blue) = 111+60+16=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3C10 is #90C3EF. Grayscale: #464646. Windows color (decimal): -9487344 or 1064047. OLE color: 1064047.

HSL color Cylindrical-coordinate representation of color #6F3C10: hue angle of 27.79º degrees, saturation: 0.75, 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 #6F3C10 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1116016-
CMYK00.460.860.56
HSL27.79º74.8%24.9%-
HSV(B)27.79º85.59%43.53%-
XYZ8.266.651.34-
YUV70.2397.4157.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=59.36%
G=32.09%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111601600.460.860.5627.7974.824.9
Hex6F3C1002E56381c4b19
Octal1577420056126703411331
Binary1101111111100100000101110101011011100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,60,16); }

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

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

 a { background-color: rgb(111,60,16); }

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

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

 span { border-color: rgb(111,60,16); }

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