Html Css Color HEX #756142 Yellow Metal

📋 copy color: '#756142'

red 117 ◦ green 97 ◦ blue 66

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

Shades of Yellow Metal #756142

Tints of Yellow Metal #756142

RGB

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

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

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

R = 41.79%
G = 34.64%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756142 (or 0x756142) is known color: Yellow Metal. HEX triplet: 75, 61 and 42. RGB value is (117,97,66). Sum of RGB (Red+Green+Blue) = 117+97+66=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #756142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756142 is #8A9EBD. Grayscale: #636363. Windows color (decimal): -9084606 or 4350325. OLE color: 4350325.

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

Color convert

RGB 117 97 66 -
CMYK 0 0.17 0.44 0.54
HSL 36.47º 0.28% 0.36% -
HSV(B) 36.47º 0.44% 0.46% -
XYZ 12.59 12.72 6.95 -
YUV 99.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 117 97 66 0 0.17 0.44 0.54 36.47 0.28 0.36
Hex 75 61 42 0 11 2C 36 24 1C 24
Octal 165 141 102 0 21 54 66 44 34 44
Binary 1110101 1100001 1000010 0 10001 101100 110110 100100 11100 100100

Color Harmonies of #756142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756142

Black with #756142

Text Example


Text Example

White with #756142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756142; }

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

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

background-color css

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

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

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

border-color css

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

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

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