Html Css Color HEX #756740 Yellow Metal

📋 copy color: '#756740'

red 117 ◦ green 103 ◦ blue 64

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

Shades of Yellow Metal #756740

Tints of Yellow Metal #756740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 41.2%
G = 36.27%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756740 (or 0x756740) is known color: Yellow Metal. HEX triplet: 75, 67 and 40. RGB value is (117,103,64). Sum of RGB (Red+Green+Blue) = 117+103+64=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756740 is #8A98BF. Grayscale: #666666. Windows color (decimal): -9083072 or 4220789. OLE color: 4220789.

HSL color Cylindrical-coordinate representation of color #756740: hue angle of 44.15º 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 #756740 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 64 -
CMYK 0 0.12 0.45 0.54
HSL 44.15º 0.29% 0.35% -
HSV(B) 44.15º 0.45% 0.46% -
XYZ 13.11 13.85 6.83 -
YUV 102.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 117 103 64 0 0.12 0.45 0.54 44.15 0.29 0.35
Hex 75 67 40 0 C 2D 36 2C 1D 23
Octal 165 147 100 0 14 55 66 54 35 43
Binary 1110101 1100111 1000000 0 1100 101101 110110 101100 11101 100011

Color Harmonies of #756740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756740

Black with #756740

Text Example


Text Example

White with #756740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756740; }

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

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

background-color css

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

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

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

border-color css

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

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

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