#755106

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

Shades of Raw Umber #755106

Tints of Raw Umber #755106

Color information

#755106 (or 0x755106) is unknown color: approx Raw Umber. HEX triplet: 75, 51 and 06. RGB value is (117,81,6). Sum of RGB (Red+Green+Blue) = 117+81+6=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755106 is #8AAEF9. Grayscale: #535353. Windows color (decimal): -9088762 or 414069. OLE color: 414069.

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

Color convert

RGB117816-
CMYK00.310.950.54
HSL40.54º90.24%24.12%-
HSV(B)40.54º94.87%45.88%-
XYZ10.319.681.5-
YUV83.2184.43152.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=57.35%
G=39.71%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11781600.310.950.5440.5490.2424.12
Hex7551601F5F36295a18
Octal1651216037137665113230
Binary111010110100011100111111011111110110101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755106; }

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

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

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

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

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

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

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

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