#734106

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

Shades of Raw Umber #734106

Tints of Raw Umber #734106

Color information

#734106 (or 0x734106) is unknown color: approx Raw Umber. HEX triplet: 73, 41 and 06. RGB value is (115,65,6). Sum of RGB (Red+Green+Blue) = 115+65+6=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #734106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734106 is #8CBEF9. Grayscale: #494949. Windows color (decimal): -9223930 or 409971. OLE color: 409971.

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

Color convert

RGB115656-
CMYK00.430.950.55
HSL32.48º90.08%23.73%-
HSV(B)32.48º94.78%45.1%-
XYZ8.997.441.13-
YUV73.2290.06157.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=61.83%
G=34.95%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11565600.430.950.5532.4890.0823.73
Hex7341602B5F37205a18
Octal1631016053137674013230
Binary1110011100000111001010111011111110111100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734106; }

 p { color: rgb(115,65,6); }

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

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

 a { background-color: rgb(115,65,6); }

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

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

 span { border-color: rgb(115,65,6); }

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