#76683D

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

Shades of Yellow Metal #76683D

Tints of Yellow Metal #76683D

Color information

#76683D (or 0x76683D) is unknown color: approx Yellow Metal. HEX triplet: 76, 68 and 3D. RGB value is (118,104,61). Sum of RGB (Red+Green+Blue) = 118+104+61=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683D is #8997C2. Grayscale: #676767. Windows color (decimal): -9017283 or 4024438. OLE color: 4024438.

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

Color convert

RGB11810461-
CMYK00.120.480.54
HSL45.26º31.84%35.1%-
HSV(B)45.26º48.31%46.27%-
XYZ13.2614.096.44-
YUV103.28104.14138.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=41.70%
G=36.75%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181046100.120.480.5445.2631.8435.1
Hex76683D0C30362d2023
Octal166150750146066554043
Binary1110110110100011110101100110000110110101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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