Html Css Color HEX #756846 Yellow Metal

📋 copy color: '#756846'

red 117 ◦ green 104 ◦ blue 70

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

Shades of Yellow Metal #756846

Tints of Yellow Metal #756846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 40.21%
G = 35.74%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#756846 (or 0x756846) is known color: Yellow Metal. HEX triplet: 75, 68 and 46. RGB value is (117,104,70). Sum of RGB (Red+Green+Blue) = 117+104+70=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756846 is #8A97B9. Grayscale: #686868. Windows color (decimal): -9082810 or 4614261. OLE color: 4614261.

HSL color Cylindrical-coordinate representation of color #756846: hue angle of 43.4º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756846 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 70 -
CMYK 0 0.11 0.40 0.54
HSL 43.4º 0.25% 0.37% -
HSV(B) 43.4º 0.4% 0.46% -
XYZ 13.39 14.12 7.81 -
YUV 104.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 117 104 70 0 0.11 0.40 0.54 43.4 0.25 0.37
Hex 75 68 46 0 B 28 36 2B 19 25
Octal 165 150 106 0 13 50 66 53 31 45
Binary 1110101 1101000 1000110 0 1011 101000 110110 101011 11001 100101

Color Harmonies of #756846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756846

Black with #756846

Text Example


Text Example

White with #756846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756846; }

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

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

background-color css

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

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

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

border-color css

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

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

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