#6C460F

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

Shades of Raw Umber #6C460F

Tints of Raw Umber #6C460F

Color information

#6C460F (or 0x6C460F) is unknown color: approx Raw Umber. HEX triplet: 6C, 46 and 0F. RGB value is (108,70,15). Sum of RGB (Red+Green+Blue) = 108+70+15=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C460F is #93B9F0. Grayscale: #4B4B4B. Windows color (decimal): -9681393 or 1001068. OLE color: 1001068.

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

Color convert

RGB1087015-
CMYK00.350.860.58
HSL35.48º75.61%24.12%-
HSV(B)35.48º86.11%42.35%-
XYZ8.467.61.47-
YUV75.0994.09151.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=55.96%
G=36.27%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108701500.350.860.5835.4875.6124.12
Hex6C46F023563A234c18
Octal15410617043126724311430
Binary11011001000110111101000111010110111010100011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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