Html Css Color HEX #756746 Yellow Metal

📋 copy color: '#756746'

red 117 ◦ green 103 ◦ blue 70

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

Shades of Yellow Metal #756746

Tints of Yellow Metal #756746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 40.34%
G = 35.52%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#756746 (or 0x756746) is known color: Yellow Metal. HEX triplet: 75, 67 and 46. RGB value is (117,103,70). Sum of RGB (Red+Green+Blue) = 117+103+70=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756746 is #8A98B9. Grayscale: #676767. Windows color (decimal): -9083066 or 4614005. OLE color: 4614005.

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

Color convert

RGB 117 103 70 -
CMYK 0 0.12 0.40 0.54
HSL 42.13º 0.25% 0.37% -
HSV(B) 42.13º 0.4% 0.46% -
XYZ 13.29 13.92 7.78 -
YUV 103.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 117 103 70 0 0.12 0.40 0.54 42.13 0.25 0.37
Hex 75 67 46 0 C 28 36 2A 19 25
Octal 165 147 106 0 14 50 66 52 31 45
Binary 1110101 1100111 1000110 0 1100 101000 110110 101010 11001 100101

Color Harmonies of #756746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756746

Black with #756746

Text Example


Text Example

White with #756746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756746; }

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

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

background-color css

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

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

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

border-color css

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

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

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