Html Css Color HEX #756840 Yellow Metal

📋 copy color: '#756840'

red 117 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #756840

Tints of Yellow Metal #756840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

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

R = 41.05%
G = 36.49%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756840 (or 0x756840) is known color: Yellow Metal. HEX triplet: 75, 68 and 40. RGB value is (117,104,64). Sum of RGB (Red+Green+Blue) = 117+104+64=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756840 is #8A97BF. Grayscale: #676767. Windows color (decimal): -9082816 or 4221045. OLE color: 4221045.

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

Color convert

RGB 117 104 64 -
CMYK 0 0.11 0.45 0.54
HSL 45.28º 0.29% 0.35% -
HSV(B) 45.28º 0.45% 0.46% -
XYZ 13.21 14.05 6.87 -
YUV 103.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 117 104 64 0 0.11 0.45 0.54 45.28 0.29 0.35
Hex 75 68 40 0 B 2D 36 2D 1D 23
Octal 165 150 100 0 13 55 66 55 35 43
Binary 1110101 1101000 1000000 0 1011 101101 110110 101101 11101 100011

Color Harmonies of #756840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756840

Black with #756840

Text Example


Text Example

White with #756840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756840; }

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

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

background-color css

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

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

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

border-color css

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

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

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