Html Css Color HEX #756841 Yellow Metal

📋 copy color: '#756841'

red 117 ◦ green 104 ◦ blue 65

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

Shades of Yellow Metal #756841

Tints of Yellow Metal #756841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756841 (or 0x756841) is known color: Yellow Metal. HEX triplet: 75, 68 and 41. RGB value is (117,104,65). Sum of RGB (Red+Green+Blue) = 117+104+65=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756841 is #8A97BE. Grayscale: #676767. Windows color (decimal): -9082815 or 4286581. OLE color: 4286581.

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

Color convert

RGB 117 104 65 -
CMYK 0 0.11 0.44 0.54
HSL 45º 0.29% 0.36% -
HSV(B) 45º 0.44% 0.46% -
XYZ 13.24 14.06 7.02 -
YUV 103.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 117 104 65 0 0.11 0.44 0.54 45 0.29 0.36
Hex 75 68 41 0 B 2C 36 2D 1D 24
Octal 165 150 101 0 13 54 66 55 35 44
Binary 1110101 1101000 1000001 0 1011 101100 110110 101101 11101 100100

Color Harmonies of #756841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756841

Black with #756841

Text Example


Text Example

White with #756841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756841; }

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

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

background-color css

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

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

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

border-color css

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

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

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