Html Css Color HEX #756A40 Yellow Metal

📋 copy color: '#756A40'

red 117 ◦ green 106 ◦ blue 64

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

Shades of Yellow Metal #756A40

Tints of Yellow Metal #756A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 40.77%
G = 36.93%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756A40 (or 0x756A40) is known color: Yellow Metal. HEX triplet: 75, 6A and 40. RGB value is (117,106,64). Sum of RGB (Red+Green+Blue) = 117+106+64=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A40 is #8A95BF. Grayscale: #686868. Windows color (decimal): -9082304 or 4221557. OLE color: 4221557.

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

Color convert

RGB 117 106 64 -
CMYK 0 0.09 0.45 0.54
HSL 47.55º 0.29% 0.35% -
HSV(B) 47.55º 0.45% 0.46% -
XYZ 13.42 14.46 6.93 -
YUV 104.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 117 106 64 0 0.09 0.45 0.54 47.55 0.29 0.35
Hex 75 6A 40 0 9 2D 36 30 1D 23
Octal 165 152 100 0 11 55 66 60 35 43
Binary 1110101 1101010 1000000 0 1001 101101 110110 110000 11101 100011

Color Harmonies of #756A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A40

Black with #756A40

Text Example


Text Example

White with #756A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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