#6A450C

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

Shades of Raw Umber #6A450C

Tints of Raw Umber #6A450C

Color information

#6A450C (or 0x6A450C) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 0C. RGB value is (106,69,12). Sum of RGB (Red+Green+Blue) = 106+69+12=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A450C is #95BAF3. Grayscale: #494949. Windows color (decimal): -9812724 or 804202. OLE color: 804202.

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

Color convert

RGB1066912-
CMYK00.350.890.58
HSL36.38º79.66%23.14%-
HSV(B)36.38º88.68%41.57%-
XYZ8.147.351.34-
YUV73.5693.26151.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.68%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=56.68%
G=36.90%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106691200.350.890.5836.3879.6623.14
Hex6A45C023593A245017
Octal15210514043131724412027
Binary11010101000101110001000111011001111010100100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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