#6a500c

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

Shades of Raw Umber #6A500C

Tints of Raw Umber #6A500C

Color information

#6A500C (or 0x6A500C) is unknown color: approx Raw Umber. HEX triplet: 6A, 50 and 0C. RGB value is (106,80,12). Sum of RGB (Red+Green+Blue) = 106+80+12=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A500C is #95AFF3. Grayscale: #505050. Windows color (decimal): -9809908 or 807018. OLE color: 807018.

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

Color convert

RGB1068012-
CMYK00.250.890.58
HSL43.4º79.66%23.14%-
HSV(B)43.4º88.68%41.57%-
XYZ8.888.831.58-
YUV80.0289.61146.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=53.54%
G=40.40%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106801200.250.890.5843.479.6623.14
Hex6A50C019593A2b5017
Octal15212014031131725312027
Binary1101010101000011000110011011001111010101011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a500c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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