#76613D

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

Shades of Yellow Metal #76613D

Tints of Yellow Metal #76613D

Color information

#76613D (or 0x76613D) is unknown color: approx Yellow Metal. HEX triplet: 76, 61 and 3D. RGB value is (118,97,61). Sum of RGB (Red+Green+Blue) = 118+97+61=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613D is #899EC2. Grayscale: #636363. Windows color (decimal): -9019075 or 4022646. OLE color: 4022646.

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

Color convert

RGB1189761-
CMYK00.180.480.54
HSL37.89º31.84%35.1%-
HSV(B)37.89º48.31%46.27%-
XYZ12.5912.746.21-
YUV99.18106.46141.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=42.75%
G=35.14%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118976100.180.480.5437.8931.8435.1
Hex76613D0123036262023
Octal166141750226066464043
Binary11101101100001111101010010110000110110100110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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