#6B490F

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

Shades of Raw Umber #6B490F

Tints of Raw Umber #6B490F

Color information

#6B490F (or 0x6B490F) is unknown color: approx Raw Umber. HEX triplet: 6B, 49 and 0F. RGB value is (107,73,15). Sum of RGB (Red+Green+Blue) = 107+73+15=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B490F is #94B6F0. Grayscale: #4C4C4C. Windows color (decimal): -9746161 or 1001835. OLE color: 1001835.

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

Color convert

RGB1077315-
CMYK00.320.860.58
HSL37.83º75.41%23.92%-
HSV(B)37.83º85.98%41.96%-
XYZ8.537.931.53-
YUV76.5593.26149.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=54.87%
G=37.44%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107731500.320.860.5837.8375.4123.92
Hex6B49F020563A264b18
Octal15311117040126724611330
Binary11010111001001111101000001010110111010100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,15); }

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

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

 a { background-color: rgb(107,73,15); }

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

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

 span { border-color: rgb(107,73,15); }

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