#755D06

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

Shades of Raw Umber #755D06

Tints of Raw Umber #755D06

Color information

#755D06 (or 0x755D06) is unknown color: approx Raw Umber. HEX triplet: 75, 5D and 06. RGB value is (117,93,6). Sum of RGB (Red+Green+Blue) = 117+93+6=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D06 is #8AA2F9. Grayscale: #5A5A5A. Windows color (decimal): -9085690 or 417141. OLE color: 417141.

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

Color convert

RGB117936-
CMYK00.210.950.54
HSL47.03º90.24%24.12%-
HSV(B)47.03º94.87%45.88%-
XYZ11.2811.621.82-
YUV90.2680.45147.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=54.17%
G=43.06%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11793600.210.950.5447.0390.2424.12
Hex755D60155F362f5a18
Octal1651356025137665713230
Binary111010110111011100101011011111110110101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755D06; }

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

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

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

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

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

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

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

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