#744406

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

Shades of Raw Umber #744406

Tints of Raw Umber #744406

Color information

#744406 (or 0x744406) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 06. RGB value is (116,68,6). Sum of RGB (Red+Green+Blue) = 116+68+6=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #744406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744406 is #8BBBF9. Grayscale: #4B4B4B. Windows color (decimal): -9157626 or 410740. OLE color: 410740.

HSL color Cylindrical-coordinate representation of color #744406: hue angle of 33.82º 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 #744406 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB116686-
CMYK00.410.950.55
HSL33.82º90.16%23.92%-
HSV(B)33.82º94.83%45.49%-
XYZ9.37.861.2-
YUV75.2888.9157.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=61.05%
G=35.79%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11668600.410.950.5533.8290.1623.92
Hex744460295F37225a18
Octal1641046051137674213230
Binary1110100100010011001010011011111110111100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744406; }

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

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

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

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

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

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

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

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