#755A06

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

Shades of Raw Umber #755A06

Tints of Raw Umber #755A06

Color information

#755A06 (or 0x755A06) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 06. RGB value is (117,90,6). Sum of RGB (Red+Green+Blue) = 117+90+6=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #755A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A06 is #8AA5F9. Grayscale: #585858. Windows color (decimal): -9086458 or 416373. OLE color: 416373.

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

Color convert

RGB117906-
CMYK00.230.950.54
HSL45.41º90.24%24.12%-
HSV(B)45.41º94.87%45.88%-
XYZ11.0311.111.74-
YUV88.581.45148.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=54.93%
G=42.25%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11790600.230.950.5445.4190.2424.12
Hex755A60175F362d5a18
Octal1651326027137665513230
Binary111010110110101100101111011111110110101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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