Html Css Color HEX #756A3F Yellow Metal

📋 copy color: '#756A3F'

red 117 ◦ green 106 ◦ blue 63

#756A3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #756A3F

Tints of Yellow Metal #756A3F

RGB

 RED value IS 117 (46.09% from 255) = 40.91%

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 40.91%
G = 37.06%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#756A3F (or 0x756A3F) is known color: Yellow Metal. HEX triplet: 75, 6A and 3F. RGB value is (117,106,63). Sum of RGB (Red+Green+Blue) = 117+106+63=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3F is #8A95C0. Grayscale: #686868. Windows color (decimal): -9082305 or 4156021. OLE color: 4156021.

HSL color Cylindrical-coordinate representation of color #756A3F: hue angle of 47.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756A3F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 63 -
CMYK 0 0.09 0.46 0.54
HSL 47.78º 0.3% 0.35% -
HSV(B) 47.78º 0.46% 0.46% -
XYZ 13.39 14.45 6.79 -
YUV 104.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 117 106 63 0 0.09 0.46 0.54 47.78 0.3 0.35
Hex 75 6A 3F 0 9 2E 36 30 1E 23
Octal 165 152 77 0 11 56 66 60 36 43
Binary 1110101 1101010 111111 0 1001 101110 110110 110000 11110 100011

Color Harmonies of #756A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A3F

Black with #756A3F

Text Example


Text Example

White with #756A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A3F; }

 p { color: rgb(117,106,63); }

 H1.HeaderClassName
 {
   color: #756A3F;
 }
 .AnyTagClassName
 {
   color: #756A3F;
 }
</style>

background-color css

<style>
 a { background-color: #756A3F; }

 a { background-color: rgb(117,106,63); }

 div.DivClassName
 {
   background-color: #756A3F;
 }
 .BgClassName
 {
   background-color: #756A3F;
 }
</style>

border-color css

<style>
 span { border-color: #756A3F; }

 span { border-color: rgb(117,106,63); }

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