#766C3C

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

Shades of Yellow Metal #766C3C

Tints of Yellow Metal #766C3C

Color information

#766C3C (or 0x766C3C) is unknown color: approx Yellow Metal. HEX triplet: 76, 6C and 3C. RGB value is (118,108,60). Sum of RGB (Red+Green+Blue) = 118+108+60=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3C is #8993C3. Grayscale: #696969. Windows color (decimal): -9016260 or 3959926. OLE color: 3959926.

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

Color convert

RGB11810860-
CMYK00.080.490.54
HSL49.66º32.58%34.9%-
HSV(B)49.66º49.15%46.27%-
XYZ13.6514.96.43-
YUV105.52102.31136.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=41.26%
G=37.76%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181086000.080.490.5449.6632.5834.9
Hex766C3C083136322123
Octal166154740106166624143
Binary1110110110110011110001000110001110110110010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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