#6A450D

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

Shades of Raw Umber #6A450D

Tints of Raw Umber #6A450D

Color information

#6A450D (or 0x6A450D) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 0D. RGB value is (106,69,13). Sum of RGB (Red+Green+Blue) = 106+69+13=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A450D is #95BAF2. Grayscale: #494949. Windows color (decimal): -9812723 or 869738. OLE color: 869738.

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

Color convert

RGB1066913-
CMYK00.350.880.58
HSL36.13º78.15%23.33%-
HSV(B)36.13º87.74%41.57%-
XYZ8.147.351.37-
YUV73.6893.76151.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=56.38%
G=36.70%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106691300.350.880.5836.1378.1523.33
Hex6A45D023583A244e17
Octal15210515043130724411627
Binary11010101000101110101000111011000111010100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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