#6A450E

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

Shades of Raw Umber #6A450E

Tints of Raw Umber #6A450E

Color information

#6A450E (or 0x6A450E) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 0E. RGB value is (106,69,14). Sum of RGB (Red+Green+Blue) = 106+69+14=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A450E is #95BAF1. Grayscale: #4A4A4A. Windows color (decimal): -9812722 or 935274. OLE color: 935274.

HSL color Cylindrical-coordinate representation of color #6A450E: hue angle of 35.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A450E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB1066914-
CMYK00.350.870.58
HSL35.87º76.67%23.53%-
HSV(B)35.87º86.79%41.57%-
XYZ8.157.351.4-
YUV73.7994.26150.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=56.08%
G=36.51%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106691400.350.870.5835.8776.6723.53
Hex6A45E023573A244d18
Octal15210516043127724411530
Binary11010101000101111001000111010111111010100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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