#755906

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

Shades of Raw Umber #755906

Tints of Raw Umber #755906

Color information

#755906 (or 0x755906) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 06. RGB value is (117,89,6). Sum of RGB (Red+Green+Blue) = 117+89+6=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #755906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755906 is #8AA6F9. Grayscale: #585858. Windows color (decimal): -9086714 or 416117. OLE color: 416117.

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

Color convert

RGB117896-
CMYK00.240.950.54
HSL44.86º90.24%24.12%-
HSV(B)44.86º94.87%45.88%-
XYZ10.9410.941.71-
YUV87.9181.78148.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=55.19%
G=41.98%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11789600.240.950.5444.8690.2424.12
Hex755960185F362d5a18
Octal1651316030137665513230
Binary111010110110011100110001011111110110101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755906; }

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

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

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

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

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

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

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

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