#755006

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

Shades of Raw Umber #755006

Tints of Raw Umber #755006

Color information

#755006 (or 0x755006) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 06. RGB value is (117,80,6). Sum of RGB (Red+Green+Blue) = 117+80+6=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #755006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755006 is #8AAFF9. Grayscale: #525252. Windows color (decimal): -9089018 or 413813. OLE color: 413813.

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

Color convert

RGB117806-
CMYK00.320.950.54
HSL40º90.24%24.12%-
HSV(B)40º94.87%45.88%-
XYZ10.249.531.47-
YUV82.6384.76152.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=57.64%
G=39.41%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11780600.320.950.544090.2424.12
Hex755060205F36285a18
Octal1651206040137665013230
Binary1110101101000011001000001011111110110101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755006; }

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

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

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

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

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

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

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

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