#6F4310

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

Shades of Raw Umber #6F4310

Tints of Raw Umber #6F4310

Color information

#6F4310 (or 0x6F4310) is unknown color: approx Raw Umber. HEX triplet: 6F, 43 and 10. RGB value is (111,67,16). Sum of RGB (Red+Green+Blue) = 111+67+16=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4310 is #90BCEF. Grayscale: #4A4A4A. Windows color (decimal): -9485552 or 1065839. OLE color: 1065839.

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

Color convert

RGB1116716-
CMYK00.400.860.56
HSL32.21º74.8%24.9%-
HSV(B)32.21º85.59%43.53%-
XYZ8.667.431.47-
YUV74.3495.08154.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=57.22%
G=34.54%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111671600.400.860.5632.2174.824.9
Hex6F43100285638204b19
Octal15710320050126704011331
Binary110111110000111000001010001010110111000100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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