#6A3F0D

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

Shades of Raw Umber #6A3F0D

Tints of Raw Umber #6A3F0D

Color information

#6A3F0D (or 0x6A3F0D) is unknown color: approx Raw Umber. HEX triplet: 6A, 3F and 0D. RGB value is (106,63,13). Sum of RGB (Red+Green+Blue) = 106+63+13=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3F0D is #95C0F2. Grayscale: #464646. Windows color (decimal): -9814259 or 868202. OLE color: 868202.

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

Color convert

RGB1066313-
CMYK00.410.880.58
HSL32.26º78.15%23.33%-
HSV(B)32.26º87.74%41.57%-
XYZ7.796.651.25-
YUV70.1695.75153.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.24%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=58.24%
G=34.62%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106631300.410.880.5832.2678.1523.33
Hex6A3FD029583A204e17
Octal1527715051130724011627
Binary1101010111111110101010011011000111010100000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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