Html Css Color HEX #756240 Yellow Metal

📋 copy color: '#756240'

red 117 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #756240

Tints of Yellow Metal #756240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 41.94%
G = 35.13%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756240 (or 0x756240) is known color: Yellow Metal. HEX triplet: 75, 62 and 40. RGB value is (117,98,64). Sum of RGB (Red+Green+Blue) = 117+98+64=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756240 is #8A9DBF. Grayscale: #636363. Windows color (decimal): -9084352 or 4219509. OLE color: 4219509.

HSL color Cylindrical-coordinate representation of color #756240: hue angle of 38.49º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756240 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 64 -
CMYK 0 0.16 0.45 0.54
HSL 38.49º 0.29% 0.35% -
HSV(B) 38.49º 0.45% 0.46% -
XYZ 12.63 12.89 6.67 -
YUV 99.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 117 98 64 0 0.16 0.45 0.54 38.49 0.29 0.35
Hex 75 62 40 0 10 2D 36 26 1D 23
Octal 165 142 100 0 20 55 66 46 35 43
Binary 1110101 1100010 1000000 0 10000 101101 110110 100110 11101 100011

Color Harmonies of #756240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756240

Black with #756240

Text Example


Text Example

White with #756240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756240; }

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

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

background-color css

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

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

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

border-color css

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

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

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