#75663E

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

Shades of Yellow Metal #75663E

Tints of Yellow Metal #75663E

Color information

#75663E (or 0x75663E) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 3E. RGB value is (117,102,62). Sum of RGB (Red+Green+Blue) = 117+102+62=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75663E is #8A99C1. Grayscale: #666666. Windows color (decimal): -9083330 or 4089461. OLE color: 4089461.

HSL color Cylindrical-coordinate representation of color #75663E: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75663E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11710262-
CMYK00.130.470.54
HSL43.64º30.73%35.1%-
HSV(B)43.64º47.01%45.88%-
XYZ12.9613.636.51-
YUV101.92105.47138.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=41.64%
G=36.30%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171026200.130.470.5443.6430.7335.1
Hex75663E0D2F362c1f23
Octal165146760155766543743
Binary111010111001101111100110110111111011010110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75663E; }

 p { color: rgb(117,102,62); }

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

<style>
 a { background-color: #75663E; }

 a { background-color: rgb(117,102,62); }

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

<style>
 span { border-color: #75663E; }

 span { border-color: rgb(117,102,62); }

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