Html Css Color HEX #756039 Yellow Metal

📋 copy color: '#756039'

red 117 ◦ green 96 ◦ blue 57

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

Shades of Yellow Metal #756039

Tints of Yellow Metal #756039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 43.33%
G = 35.56%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#756039 (or 0x756039) is known color: Yellow Metal. HEX triplet: 75, 60 and 39. RGB value is (117,96,57). Sum of RGB (Red+Green+Blue) = 117+96+57=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #756039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756039 is #8A9FC6. Grayscale: #626262. Windows color (decimal): -9084871 or 3760245. OLE color: 3760245.

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

Color convert

RGB 117 96 57 -
CMYK 0 0.18 0.51 0.54
HSL 39º 0.34% 0.34% -
HSV(B) 39º 0.51% 0.46% -
XYZ 12.26 12.44 5.63 -
YUV 97.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 117 96 57 0 0.18 0.51 0.54 39 0.34 0.34
Hex 75 60 39 0 12 33 36 27 22 22
Octal 165 140 71 0 22 63 66 47 42 42
Binary 1110101 1100000 111001 0 10010 110011 110110 100111 100010 100010

Color Harmonies of #756039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756039

Black with #756039

Text Example


Text Example

White with #756039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756039; }

 p { color: rgb(117,96,57); }

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

background-color css

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

 a { background-color: rgb(117,96,57); }

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

border-color css

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

 span { border-color: rgb(117,96,57); }

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