Html Css Color HEX #756136 Yellow Metal

📋 copy color: '#756136'

red 117 ◦ green 97 ◦ blue 54

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

Shades of Yellow Metal #756136

Tints of Yellow Metal #756136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 43.66%
G = 36.19%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#756136 (or 0x756136) is known color: Yellow Metal. HEX triplet: 75, 61 and 36. RGB value is (117,97,54). Sum of RGB (Red+Green+Blue) = 117+97+54=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756136 is #8A9EC9. Grayscale: #626262. Windows color (decimal): -9084618 or 3563893. OLE color: 3563893.

HSL color Cylindrical-coordinate representation of color #756136: hue angle of 40.95º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756136 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 54 -
CMYK 0 0.17 0.54 0.54
HSL 40.95º 0.37% 0.34% -
HSV(B) 40.95º 0.54% 0.46% -
XYZ 12.28 12.6 5.27 -
YUV 98.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 117 97 54 0 0.17 0.54 0.54 40.95 0.37 0.34
Hex 75 61 36 0 11 36 36 29 25 22
Octal 165 141 66 0 21 66 66 51 45 42
Binary 1110101 1100001 110110 0 10001 110110 110110 101001 100101 100010

Color Harmonies of #756136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756136

Black with #756136

Text Example


Text Example

White with #756136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756136; }

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

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

background-color css

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

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

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

border-color css

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

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

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