#764111

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

Shades of Raw Umber #764111

Tints of Raw Umber #764111

Color information

#764111 (or 0x764111) is unknown color: approx Raw Umber. HEX triplet: 76, 41 and 11. RGB value is (118,65,17). Sum of RGB (Red+Green+Blue) = 118+65+17=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764111 is #89BEEE. Grayscale: #4B4B4B. Windows color (decimal): -9027311 or 1130870. OLE color: 1130870.

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

Color convert

RGB1186517-
CMYK00.450.860.54
HSL28.51º74.81%26.47%-
HSV(B)28.51º85.59%46.27%-
XYZ9.467.671.51-
YUV75.3895.06158.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=59%
G=32.5%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118651700.450.860.5428.5174.8126.47
Hex76411102D56361d4b1a
Octal16610121055126663511332
Binary11101101000001100010101101101011011011011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764111; }

 p { color: rgb(118,65,17); }

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

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

 a { background-color: rgb(118,65,17); }

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

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

 span { border-color: rgb(118,65,17); }

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