#755608

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

Shades of Raw Umber #755608

Tints of Raw Umber #755608

Color information

#755608 (or 0x755608) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 08. RGB value is (117,86,8). Sum of RGB (Red+Green+Blue) = 117+86+8=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755608 is #8AA9F7. Grayscale: #565656. Windows color (decimal): -9087480 or 546421. OLE color: 546421.

HSL color Cylindrical-coordinate representation of color #755608: hue angle of 42.94º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #755608 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117868-
CMYK00.260.930.54
HSL42.94º87.2%24.51%-
HSV(B)42.94º93.16%45.88%-
XYZ10.7110.461.68-
YUV86.3883.77149.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=55.45%
G=40.76%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11786800.260.930.5442.9487.224.51
Hex7556801A5D362b5719
Octal16512610032135665312731
Binary1110101101011010000110101011101110110101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755608; }

 p { color: rgb(117,86,8); }

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

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

 a { background-color: rgb(117,86,8); }

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

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

 span { border-color: rgb(117,86,8); }

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