#754B06

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

Shades of Raw Umber #754B06

Tints of Raw Umber #754B06

Color information

#754B06 (or 0x754B06) is unknown color: approx Raw Umber. HEX triplet: 75, 4B and 06. RGB value is (117,75,6). Sum of RGB (Red+Green+Blue) = 117+75+6=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B06 is #8AB4F9. Grayscale: #505050. Windows color (decimal): -9090298 or 412533. OLE color: 412533.

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

Color convert

RGB117756-
CMYK00.360.950.54
HSL37.3º90.24%24.12%-
HSV(B)37.3º94.87%45.88%-
XYZ9.898.831.36-
YUV79.6986.41154.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 6 (2.73% from 255) = 3.03%
R=59.09%
G=37.88%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11775600.360.950.5437.390.2424.12
Hex754B60245F36255a18
Octal1651136044137664513230
Binary1110101100101111001001001011111110110100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B06; }

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

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

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

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

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

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

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

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