Html Css Color HEX #756843 Yellow Metal

📋 copy color: '#756843'

red 117 ◦ green 104 ◦ blue 67

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

Shades of Yellow Metal #756843

Tints of Yellow Metal #756843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 40.63%
G = 36.11%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#756843 (or 0x756843) is known color: Yellow Metal. HEX triplet: 75, 68 and 43. RGB value is (117,104,67). Sum of RGB (Red+Green+Blue) = 117+104+67=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756843 is #8A97BC. Grayscale: #676767. Windows color (decimal): -9082813 or 4417653. OLE color: 4417653.

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

Color convert

RGB 117 104 67 -
CMYK 0 0.11 0.43 0.54
HSL 44.4º 0.27% 0.36% -
HSV(B) 44.4º 0.43% 0.46% -
XYZ 13.3 14.09 7.33 -
YUV 103.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 117 104 67 0 0.11 0.43 0.54 44.4 0.27 0.36
Hex 75 68 43 0 B 2B 36 2C 1B 24
Octal 165 150 103 0 13 53 66 54 33 44
Binary 1110101 1101000 1000011 0 1011 101011 110110 101100 11011 100100

Color Harmonies of #756843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756843

Black with #756843

Text Example


Text Example

White with #756843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756843; }

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

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

background-color css

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

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

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

border-color css

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

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

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