#756102

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

Shades of Raw Umber #756102

Tints of Raw Umber #756102

Color information

#756102 (or 0x756102) is unknown color: approx Raw Umber. HEX triplet: 75, 61 and 02. RGB value is (117,97,2). Sum of RGB (Red+Green+Blue) = 117+97+2=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #756102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756102 is #8A9EFD. Grayscale: #5C5C5C. Windows color (decimal): -9084670 or 156021. OLE color: 156021.

HSL color Cylindrical-coordinate representation of color #756102: hue angle of 49.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #756102 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117972-
CMYK00.170.980.54
HSL49.57º96.64%23.33%-
HSV(B)49.57º98.29%45.88%-
XYZ11.6212.341.83-
YUV92.1577.13145.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=54.17%
G=44.91%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797200.170.980.5449.5796.6423.33
Hex756120116236326117
Octal1651412021142666214127
Binary11101011100001100100011100010110110110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756102; }

 p { color: rgb(117,97,2); }

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

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

 a { background-color: rgb(117,97,2); }

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

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

 span { border-color: rgb(117,97,2); }

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