Html Css Color HEX #756144 Yellow Metal

📋 copy color: '#756144'

red 117 ◦ green 97 ◦ blue 68

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

Shades of Yellow Metal #756144

Tints of Yellow Metal #756144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 41.49%
G = 34.4%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756144 (or 0x756144) is known color: Yellow Metal. HEX triplet: 75, 61 and 44. RGB value is (117,97,68). Sum of RGB (Red+Green+Blue) = 117+97+68=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756144 is #8A9EBB. Grayscale: #636363. Windows color (decimal): -9084604 or 4481397. OLE color: 4481397.

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

Color convert

RGB 117 97 68 -
CMYK 0 0.17 0.42 0.54
HSL 35.51º 0.26% 0.36% -
HSV(B) 35.51º 0.42% 0.46% -
XYZ 12.65 12.75 7.26 -
YUV 99.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 117 97 68 0 0.17 0.42 0.54 35.51 0.26 0.36
Hex 75 61 44 0 11 2A 36 24 1A 24
Octal 165 141 104 0 21 52 66 44 32 44
Binary 1110101 1100001 1000100 0 10001 101010 110110 100100 11010 100100

Color Harmonies of #756144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756144

Black with #756144

Text Example


Text Example

White with #756144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756144; }

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

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

background-color css

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

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

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

border-color css

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

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

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