#6A3C0C

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

Shades of Raw Umber #6A3C0C

Tints of Raw Umber #6A3C0C

Color information

#6A3C0C (or 0x6A3C0C) is unknown color: approx Raw Umber. HEX triplet: 6A, 3C and 0C. RGB value is (106,60,12). Sum of RGB (Red+Green+Blue) = 106+60+12=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3C0C is #95C3F3. Grayscale: #444444. Windows color (decimal): -9815028 or 801898. OLE color: 801898.

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

Color convert

RGB1066012-
CMYK00.430.890.58
HSL30.64º79.66%23.14%-
HSV(B)30.64º88.68%41.57%-
XYZ7.636.321.17-
YUV68.2896.24154.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=59.55%
G=33.71%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106601200.430.890.5830.6479.6623.14
Hex6A3CC02B593A1f5017
Octal1527414053131723712027
Binary110101011110011000101011101100111101011111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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