Html Css Color HEX #756745 Yellow Metal

📋 copy color: '#756745'

red 117 ◦ green 103 ◦ blue 69

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

Shades of Yellow Metal #756745

Tints of Yellow Metal #756745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 40.48%
G = 35.64%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#756745 (or 0x756745) is known color: Yellow Metal. HEX triplet: 75, 67 and 45. RGB value is (117,103,69). Sum of RGB (Red+Green+Blue) = 117+103+69=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756745 is #8A98BA. Grayscale: #676767. Windows color (decimal): -9083067 or 4548469. OLE color: 4548469.

HSL color Cylindrical-coordinate representation of color #756745: hue angle of 42.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756745 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 69 -
CMYK 0 0.12 0.41 0.54
HSL 42.5º 0.26% 0.36% -
HSV(B) 42.5º 0.41% 0.46% -
XYZ 13.26 13.91 7.62 -
YUV 103.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 117 103 69 0 0.12 0.41 0.54 42.5 0.26 0.36
Hex 75 67 45 0 C 29 36 2A 1A 24
Octal 165 147 105 0 14 51 66 52 32 44
Binary 1110101 1100111 1000101 0 1100 101001 110110 101010 11010 100100

Color Harmonies of #756745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756745

Black with #756745

Text Example


Text Example

White with #756745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756745; }

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

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

background-color css

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

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

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

border-color css

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

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

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