Html Css Color HEX #756844 Yellow Metal

📋 copy color: '#756844'

red 117 ◦ green 104 ◦ blue 68

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

Shades of Yellow Metal #756844

Tints of Yellow Metal #756844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 40.48%
G = 35.99%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756844 (or 0x756844) is known color: Yellow Metal. HEX triplet: 75, 68 and 44. RGB value is (117,104,68). Sum of RGB (Red+Green+Blue) = 117+104+68=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756844 is #8A97BB. Grayscale: #676767. Windows color (decimal): -9082812 or 4483189. OLE color: 4483189.

HSL color Cylindrical-coordinate representation of color #756844: hue angle of 44.08º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756844 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 68 -
CMYK 0 0.11 0.42 0.54
HSL 44.08º 0.26% 0.36% -
HSV(B) 44.08º 0.42% 0.46% -
XYZ 13.33 14.1 7.49 -
YUV 103.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 117 104 68 0 0.11 0.42 0.54 44.08 0.26 0.36
Hex 75 68 44 0 B 2A 36 2C 1A 24
Octal 165 150 104 0 13 52 66 54 32 44
Binary 1110101 1101000 1000100 0 1011 101010 110110 101100 11010 100100

Color Harmonies of #756844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756844

Black with #756844

Text Example


Text Example

White with #756844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756844; }

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

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

background-color css

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

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

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

border-color css

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

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

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