Html Css Color HEX #756242 Yellow Metal

📋 copy color: '#756242'

red 117 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #756242

Tints of Yellow Metal #756242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 41.64%
G = 34.88%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756242 (or 0x756242) is known color: Yellow Metal. HEX triplet: 75, 62 and 42. RGB value is (117,98,66). Sum of RGB (Red+Green+Blue) = 117+98+66=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756242 is #8A9DBD. Grayscale: #646464. Windows color (decimal): -9084350 or 4350581. OLE color: 4350581.

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

Color convert

RGB 117 98 66 -
CMYK 0 0.16 0.44 0.54
HSL 37.65º 0.28% 0.36% -
HSV(B) 37.65º 0.44% 0.46% -
XYZ 12.69 12.91 6.98 -
YUV 100.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 117 98 66 0 0.16 0.44 0.54 37.65 0.28 0.36
Hex 75 62 42 0 10 2C 36 26 1C 24
Octal 165 142 102 0 20 54 66 46 34 44
Binary 1110101 1100010 1000010 0 10000 101100 110110 100110 11100 100100

Color Harmonies of #756242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756242

Black with #756242

Text Example


Text Example

White with #756242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756242; }

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

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

background-color css

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

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

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

border-color css

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

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

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