#754906

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

Shades of Raw Umber #754906

Tints of Raw Umber #754906

Color information

#754906 (or 0x754906) is unknown color: approx Raw Umber. HEX triplet: 75, 49 and 06. RGB value is (117,73,6). Sum of RGB (Red+Green+Blue) = 117+73+6=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754906 is #8AB6F9. Grayscale: #4E4E4E. Windows color (decimal): -9090810 or 412021. OLE color: 412021.

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

Color convert

RGB117736-
CMYK00.380.950.54
HSL36.22º90.24%24.12%-
HSV(B)36.22º94.87%45.88%-
XYZ9.758.561.31-
YUV78.5287.08155.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=59.69%
G=37.24%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11773600.380.950.5436.2290.2424.12
Hex754960265F36245a18
Octal1651116046137664413230
Binary1110101100100111001001101011111110110100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754906; }

 p { color: rgb(117,73,6); }

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

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

 a { background-color: rgb(117,73,6); }

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

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

 span { border-color: rgb(117,73,6); }

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