#76643D

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

Shades of Yellow Metal #76643D

Tints of Yellow Metal #76643D

Color information

#76643D (or 0x76643D) is unknown color: approx Yellow Metal. HEX triplet: 76, 64 and 3D. RGB value is (118,100,61). Sum of RGB (Red+Green+Blue) = 118+100+61=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76643D is #899BC2. Grayscale: #656565. Windows color (decimal): -9018307 or 4023414. OLE color: 4023414.

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

Color convert

RGB11810061-
CMYK00.150.480.54
HSL41.05º31.84%35.1%-
HSV(B)41.05º48.31%46.27%-
XYZ12.8713.36.3-
YUV100.94105.46140.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=42.29%
G=35.84%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181006100.150.480.5441.0531.8435.1
Hex76643D0F3036292023
Octal166144750176066514043
Binary1110110110010011110101111110000110110101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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