#6A4E0D

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

Shades of Raw Umber #6A4E0D

Tints of Raw Umber #6A4E0D

Color information

#6A4E0D (or 0x6A4E0D) is unknown color: approx Raw Umber. HEX triplet: 6A, 4E and 0D. RGB value is (106,78,13). Sum of RGB (Red+Green+Blue) = 106+78+13=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A4E0D is #95B1F2. Grayscale: #4F4F4F. Windows color (decimal): -9810419 or 872042. OLE color: 872042.

HSL color Cylindrical-coordinate representation of color #6A4E0D: hue angle of 41.94º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A4E0D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1067813-
CMYK00.260.880.58
HSL41.94º78.15%23.33%-
HSV(B)41.94º87.74%41.57%-
XYZ8.748.541.57-
YUV78.9690.78147.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=53.81%
G=39.59%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106781300.260.880.5841.9478.1523.33
Hex6A4ED01A583A2a4e17
Octal15211615032130725211627
Binary1101010100111011010110101011000111010101010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,13); }

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

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

 a { background-color: rgb(106,78,13); }

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

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

 span { border-color: rgb(106,78,13); }

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