Html Css Color HEX #756241 Yellow Metal

📋 copy color: '#756241'

red 117 ◦ green 98 ◦ blue 65

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

Shades of Yellow Metal #756241

Tints of Yellow Metal #756241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 41.79%
G = 35%
B = 23.21%

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

#756241 (or 0x756241) is known color: Yellow Metal. HEX triplet: 75, 62 and 41. RGB value is (117,98,65). Sum of RGB (Red+Green+Blue) = 117+98+65=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #756241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756241 is #8A9DBE. Grayscale: #646464. Windows color (decimal): -9084351 or 4285045. OLE color: 4285045.

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

Color convert

RGB 117 98 65 -
CMYK 0 0.16 0.44 0.54
HSL 38.08º 0.29% 0.36% -
HSV(B) 38.08º 0.44% 0.46% -
XYZ 12.66 12.9 6.82 -
YUV 99.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 117 98 65 0 0.16 0.44 0.54 38.08 0.29 0.36
Hex 75 62 41 0 10 2C 36 26 1D 24
Octal 165 142 101 0 20 54 66 46 35 44
Binary 1110101 1100010 1000001 0 10000 101100 110110 100110 11101 100100

Color Harmonies of #756241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756241

Black with #756241

Text Example


Text Example

White with #756241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756241; }

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

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

background-color css

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

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

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

border-color css

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

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

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