#6A3C0D

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

Shades of Raw Umber #6A3C0D

Tints of Raw Umber #6A3C0D

Color information

#6A3C0D (or 0x6A3C0D) is unknown color: approx Raw Umber. HEX triplet: 6A, 3C and 0D. RGB value is (106,60,13). Sum of RGB (Red+Green+Blue) = 106+60+13=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3C0D is #95C3F2. Grayscale: #444444. Windows color (decimal): -9815027 or 867434. OLE color: 867434.

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

Color convert

RGB1066013-
CMYK00.430.880.58
HSL30.32º78.15%23.33%-
HSV(B)30.32º87.74%41.57%-
XYZ7.636.321.2-
YUV68.496.74154.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.22%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=59.22%
G=33.52%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106601300.430.880.5830.3278.1523.33
Hex6A3CD02B583A1e4e17
Octal1527415053130723611627
Binary110101011110011010101011101100011101011110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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