#755C06

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

Shades of Raw Umber #755C06

Tints of Raw Umber #755C06

Color information

#755C06 (or 0x755C06) is unknown color: approx Raw Umber. HEX triplet: 75, 5C and 06. RGB value is (117,92,6). Sum of RGB (Red+Green+Blue) = 117+92+6=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C06 is #8AA3F9. Grayscale: #5A5A5A. Windows color (decimal): -9085946 or 416885. OLE color: 416885.

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

Color convert

RGB117926-
CMYK00.210.950.54
HSL46.49º90.24%24.12%-
HSV(B)46.49º94.87%45.88%-
XYZ11.211.451.79-
YUV89.6780.78147.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=54.42%
G=42.79%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11792600.210.950.5446.4990.2424.12
Hex755C60155F362e5a18
Octal1651346025137665613230
Binary111010110111001100101011011111110110101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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