#6A4C0F

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

Shades of Raw Umber #6A4C0F

Tints of Raw Umber #6A4C0F

Color information

#6A4C0F (or 0x6A4C0F) is unknown color: approx Raw Umber. HEX triplet: 6A, 4C and 0F. RGB value is (106,76,15). Sum of RGB (Red+Green+Blue) = 106+76+15=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4C0F is #95B3F0. Grayscale: #4E4E4E. Windows color (decimal): -9810929 or 1002602. OLE color: 1002602.

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

Color convert

RGB1067615-
CMYK00.280.860.58
HSL40.22º75.21%23.73%-
HSV(B)40.22º85.85%41.57%-
XYZ8.618.271.59-
YUV78.0292.44147.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=53.81%
G=38.58%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106761500.280.860.5840.2275.2123.73
Hex6A4CF01C563A284b18
Octal15211417034126725011330
Binary1101010100110011110111001010110111010101000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,15); }

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

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

 a { background-color: rgb(106,76,15); }

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

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

 span { border-color: rgb(106,76,15); }

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