Html Css Color HEX #756041 Yellow Metal

📋 copy color: '#756041'

red 117 ◦ green 96 ◦ blue 65

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

Shades of Yellow Metal #756041

Tints of Yellow Metal #756041

RGB

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

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

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

R = 42.09%
G = 34.53%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756041 (or 0x756041) is known color: Yellow Metal. HEX triplet: 75, 60 and 41. RGB value is (117,96,65). Sum of RGB (Red+Green+Blue) = 117+96+65=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #756041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756041 is #8A9FBE. Grayscale: #626262. Windows color (decimal): -9084863 or 4284533. OLE color: 4284533.

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

Color convert

RGB 117 96 65 -
CMYK 0 0.18 0.44 0.54
HSL 35.77º 0.29% 0.36% -
HSV(B) 35.77º 0.44% 0.46% -
XYZ 12.47 12.53 6.76 -
YUV 98.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 117 96 65 0 0.18 0.44 0.54 35.77 0.29 0.36
Hex 75 60 41 0 12 2C 36 24 1D 24
Octal 165 140 101 0 22 54 66 44 35 44
Binary 1110101 1100000 1000001 0 10010 101100 110110 100100 11101 100100

Color Harmonies of #756041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756041

Black with #756041

Text Example


Text Example

White with #756041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756041; }

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

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

background-color css

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

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

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

border-color css

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

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

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