#764509

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

Shades of Raw Umber #764509

Tints of Raw Umber #764509

Color information

#764509 (or 0x764509) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 09. RGB value is (118,69,9). Sum of RGB (Red+Green+Blue) = 118+69+9=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764509 is #89BAF6. Grayscale: #4D4D4D. Windows color (decimal): -9026295 or 607606. OLE color: 607606.

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

Color convert

RGB118699-
CMYK00.420.920.54
HSL33.03º85.83%24.9%-
HSV(B)33.03º92.37%46.27%-
XYZ9.658.131.32-
YUV76.8189.73157.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=60.20%
G=35.20%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11869900.420.920.5433.0385.8324.9
Hex7645902A5C36215619
Octal16610511052134664112631
Binary11101101000101100101010101011100110110100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764509; }

 p { color: rgb(118,69,9); }

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

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

 a { background-color: rgb(118,69,9); }

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

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

 span { border-color: rgb(118,69,9); }

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