Html Css Color HEX #756244 Yellow Metal

📋 copy color: '#756244'

red 117 ◦ green 98 ◦ blue 68

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

Shades of Yellow Metal #756244

Tints of Yellow Metal #756244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 41.34%
G = 34.63%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756244 (or 0x756244) is known color: Yellow Metal. HEX triplet: 75, 62 and 44. RGB value is (117,98,68). Sum of RGB (Red+Green+Blue) = 117+98+68=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756244 is #8A9DBB. Grayscale: #646464. Windows color (decimal): -9084348 or 4481653. OLE color: 4481653.

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

Color convert

RGB 117 98 68 -
CMYK 0 0.16 0.42 0.54
HSL 36.73º 0.26% 0.36% -
HSV(B) 36.73º 0.42% 0.46% -
XYZ 12.75 12.93 7.29 -
YUV 100.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 117 98 68 0 0.16 0.42 0.54 36.73 0.26 0.36
Hex 75 62 44 0 10 2A 36 25 1A 24
Octal 165 142 104 0 20 52 66 45 32 44
Binary 1110101 1100010 1000100 0 10000 101010 110110 100101 11010 100100

Color Harmonies of #756244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756244

Black with #756244

Text Example


Text Example

White with #756244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756244; }

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

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

background-color css

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

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

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

border-color css

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

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

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