#6C470F

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

Shades of Raw Umber #6C470F

Tints of Raw Umber #6C470F

Color information

#6C470F (or 0x6C470F) is unknown color: approx Raw Umber. HEX triplet: 6C, 47 and 0F. RGB value is (108,71,15). Sum of RGB (Red+Green+Blue) = 108+71+15=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C470F is #93B8F0. Grayscale: #4B4B4B. Windows color (decimal): -9681137 or 1001324. OLE color: 1001324.

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

Color convert

RGB1087115-
CMYK00.340.860.58
HSL36.13º75.61%24.12%-
HSV(B)36.13º86.11%42.35%-
XYZ8.527.731.49-
YUV75.6893.76151.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=55.67%
G=36.60%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108711500.340.860.5836.1375.6124.12
Hex6C47F022563A244c18
Octal15410717042126724411430
Binary11011001000111111101000101010110111010100100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,15); }

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

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

 a { background-color: rgb(108,71,15); }

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

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

 span { border-color: rgb(108,71,15); }

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