Html Css Color HEX #756545 Yellow Metal

📋 copy color: '#756545'

red 117 ◦ green 101 ◦ blue 69

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

Shades of Yellow Metal #756545

Tints of Yellow Metal #756545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 40.77%
G = 35.19%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#756545 (or 0x756545) is known color: Yellow Metal. HEX triplet: 75, 65 and 45. RGB value is (117,101,69). Sum of RGB (Red+Green+Blue) = 117+101+69=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756545 is #8A9ABA. Grayscale: #666666. Windows color (decimal): -9083579 or 4547957. OLE color: 4547957.

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

Color convert

RGB 117 101 69 -
CMYK 0 0.14 0.41 0.54
HSL 40º 0.26% 0.36% -
HSV(B) 40º 0.41% 0.46% -
XYZ 13.06 13.52 7.55 -
YUV 102.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 117 101 69 0 0.14 0.41 0.54 40 0.26 0.36
Hex 75 65 45 0 E 29 36 28 1A 24
Octal 165 145 105 0 16 51 66 50 32 44
Binary 1110101 1100101 1000101 0 1110 101001 110110 101000 11010 100100

Color Harmonies of #756545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756545

Black with #756545

Text Example


Text Example

White with #756545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756545; }

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

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

background-color css

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

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

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

border-color css

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

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

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