#76633A

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

Shades of Yellow Metal #76633A

Tints of Yellow Metal #76633A

Color information

#76633A (or 0x76633A) is unknown color: approx Yellow Metal. HEX triplet: 76, 63 and 3A. RGB value is (118,99,58). Sum of RGB (Red+Green+Blue) = 118+99+58=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76633A is #899CC5. Grayscale: #646464. Windows color (decimal): -9018566 or 3826550. OLE color: 3826550.

HSL color Cylindrical-coordinate representation of color #76633A: hue angle of 41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76633A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1189958-
CMYK00.160.510.54
HSL41º34.09%34.51%-
HSV(B)41º50.85%46.27%-
XYZ12.713.085.86-
YUV100.01104.29140.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=42.91%
G=36%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118995800.160.510.544134.0934.51
Hex76633A0103336292223
Octal166143720206366514243
Binary11101101100011111010010000110011110110101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76633A; }

 p { color: rgb(118,99,58); }

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

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

 a { background-color: rgb(118,99,58); }

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

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

 span { border-color: rgb(118,99,58); }

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