#744806

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

Shades of Raw Umber #744806

Tints of Raw Umber #744806

Color information

#744806 (or 0x744806) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 06. RGB value is (116,72,6). Sum of RGB (Red+Green+Blue) = 116+72+6=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #744806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744806 is #8BB7F9. Grayscale: #4D4D4D. Windows color (decimal): -9156602 or 411764. OLE color: 411764.

HSL color Cylindrical-coordinate representation of color #744806: hue angle of 36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #744806 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB116726-
CMYK00.380.950.55
HSL36º90.16%23.92%-
HSV(B)36º94.83%45.49%-
XYZ9.558.361.28-
YUV77.6387.58155.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=59.79%
G=37.11%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672600.380.950.553690.1623.92
Hex744860265F37245a18
Octal1641106046137674413230
Binary1110100100100011001001101011111110111100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744806; }

 p { color: rgb(116,72,6); }

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

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

 a { background-color: rgb(116,72,6); }

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

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

 span { border-color: rgb(116,72,6); }

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