#76613C

Color #76613C Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #76613C

Tints of Yellow Metal #76613C

Color information

#76613C (or 0x76613C) is unknown color: approx Yellow Metal. HEX triplet: 76, 61 and 3C. RGB value is (118,97,60). Sum of RGB (Red+Green+Blue) = 118+97+60=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613C is #899EC3. Grayscale: #636363. Windows color (decimal): -9019076 or 3957110. OLE color: 3957110.

HSL color Cylindrical-coordinate representation of color #76613C: hue angle of 38.28º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76613C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1189760-
CMYK00.180.490.54
HSL38.28º32.58%34.9%-
HSV(B)38.28º49.15%46.27%-
XYZ12.5612.736.07-
YUV99.06105.96141.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=42.91%
G=35.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118976000.180.490.5438.2832.5834.9
Hex76613C0123136262123
Octal166141740226166464143
Binary11101101100001111100010010110001110110100110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76613C; }

 p { color: rgb(118,97,60); }

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

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

 a { background-color: rgb(118,97,60); }

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

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

 span { border-color: rgb(118,97,60); }

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