Html Css Color HEX #756544 Yellow Metal

📋 copy color: '#756544'

red 117 ◦ green 101 ◦ blue 68

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

Shades of Yellow Metal #756544

Tints of Yellow Metal #756544

RGB

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

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

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

R = 40.91%
G = 35.31%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756544 (or 0x756544) is known color: Yellow Metal. HEX triplet: 75, 65 and 44. RGB value is (117,101,68). Sum of RGB (Red+Green+Blue) = 117+101+68=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756544 is #8A9ABB. Grayscale: #666666. Windows color (decimal): -9083580 or 4482421. OLE color: 4482421.

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

Color convert

RGB 117 101 68 -
CMYK 0 0.14 0.42 0.54
HSL 40.41º 0.26% 0.36% -
HSV(B) 40.41º 0.42% 0.46% -
XYZ 13.03 13.51 7.39 -
YUV 102.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 117 101 68 0 0.14 0.42 0.54 40.41 0.26 0.36
Hex 75 65 44 0 E 2A 36 28 1A 24
Octal 165 145 104 0 16 52 66 50 32 44
Binary 1110101 1100101 1000100 0 1110 101010 110110 101000 11010 100100

Color Harmonies of #756544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756544

Black with #756544

Text Example


Text Example

White with #756544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756544; }

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

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

background-color css

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

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

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

border-color css

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

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

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