#76663D

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

Shades of Yellow Metal #76663D

Tints of Yellow Metal #76663D

Color information

#76663D (or 0x76663D) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 3D. RGB value is (118,102,61). Sum of RGB (Red+Green+Blue) = 118+102+61=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663D is #8999C2. Grayscale: #666666. Windows color (decimal): -9017795 or 4023926. OLE color: 4023926.

HSL color Cylindrical-coordinate representation of color #76663D: hue angle of 43.16º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76663D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11810261-
CMYK00.140.480.54
HSL43.16º31.84%35.1%-
HSV(B)43.16º48.31%46.27%-
XYZ13.0613.696.37-
YUV102.11104.8139.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=41.99%
G=36.30%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181026100.140.480.5443.1631.8435.1
Hex76663D0E30362b2023
Octal166146750166066534043
Binary1110110110011011110101110110000110110101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76663D; }

 p { color: rgb(118,102,61); }

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

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

 a { background-color: rgb(118,102,61); }

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

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

 span { border-color: rgb(118,102,61); }

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