#766D3D

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

Shades of Yellow Metal #766D3D

Tints of Yellow Metal #766D3D

Color information

#766D3D (or 0x766D3D) is unknown color: approx Yellow Metal. HEX triplet: 76, 6D and 3D. RGB value is (118,109,61). Sum of RGB (Red+Green+Blue) = 118+109+61=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3D is #8992C2. Grayscale: #6A6A6A. Windows color (decimal): -9016003 or 4025718. OLE color: 4025718.

HSL color Cylindrical-coordinate representation of color #766D3D: hue angle of 50.53º 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 #766D3D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11810961-
CMYK00.080.480.54
HSL50.53º31.84%35.1%-
HSV(B)50.53º48.31%46.27%-
XYZ13.7815.136.61-
YUV106.22102.48136.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=40.97%
G=37.85%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181096100.080.480.5450.5331.8435.1
Hex766D3D083036332023
Octal166155750106066634043
Binary1110110110110111110101000110000110110110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D3D; }

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

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

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

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

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

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

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

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