Html Css Color HEX #756845 Yellow Metal

📋 copy color: '#756845'

red 117 ◦ green 104 ◦ blue 69

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

Shades of Yellow Metal #756845

Tints of Yellow Metal #756845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 40.34%
G = 35.86%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#756845 (or 0x756845) is known color: Yellow Metal. HEX triplet: 75, 68 and 45. RGB value is (117,104,69). Sum of RGB (Red+Green+Blue) = 117+104+69=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756845 is #8A97BA. Grayscale: #686868. Windows color (decimal): -9082811 or 4548725. OLE color: 4548725.

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

Color convert

RGB 117 104 69 -
CMYK 0 0.11 0.41 0.54
HSL 43.75º 0.26% 0.36% -
HSV(B) 43.75º 0.41% 0.46% -
XYZ 13.36 14.11 7.65 -
YUV 103.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 117 104 69 0 0.11 0.41 0.54 43.75 0.26 0.36
Hex 75 68 45 0 B 29 36 2C 1A 24
Octal 165 150 105 0 13 51 66 54 32 44
Binary 1110101 1101000 1000101 0 1011 101001 110110 101100 11010 100100

Color Harmonies of #756845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756845

Black with #756845

Text Example


Text Example

White with #756845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756845; }

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

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

background-color css

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

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

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

border-color css

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

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

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