#746101

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

Shades of Raw Umber #746101

Tints of Raw Umber #746101

Color information

#746101 (or 0x746101) is unknown color: approx Raw Umber. HEX triplet: 74, 61 and 01. RGB value is (116,97,1). Sum of RGB (Red+Green+Blue) = 116+97+1=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #746101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746101 is #8B9EFE. Grayscale: #5C5C5C. Windows color (decimal): -9150207 or 90484. OLE color: 90484.

HSL color Cylindrical-coordinate representation of color #746101: hue angle of 50.09º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #746101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB116971-
CMYK00.160.990.55
HSL50.09º98.29%22.94%-
HSV(B)50.09º99.14%45.49%-
XYZ11.4812.261.79-
YUV91.7476.79145.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=54.21%
G=45.33%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11697100.160.990.5550.0998.2922.94
Hex746110106337326217
Octal1641411020143676214227
Binary1110100110000110100001100011110111110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746101; }

 p { color: rgb(116,97,1); }

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

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

 a { background-color: rgb(116,97,1); }

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

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

 span { border-color: rgb(116,97,1); }

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