Html Css Color HEX #756344 Yellow Metal

📋 copy color: '#756344'

red 117 ◦ green 99 ◦ blue 68

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

Shades of Yellow Metal #756344

Tints of Yellow Metal #756344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 41.2%
G = 34.86%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756344 (or 0x756344) is known color: Yellow Metal. HEX triplet: 75, 63 and 44. RGB value is (117,99,68). Sum of RGB (Red+Green+Blue) = 117+99+68=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756344 is #8A9CBB. Grayscale: #646464. Windows color (decimal): -9084092 or 4481909. OLE color: 4481909.

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

Color convert

RGB 117 99 68 -
CMYK 0 0.15 0.42 0.54
HSL 37.96º 0.26% 0.36% -
HSV(B) 37.96º 0.42% 0.46% -
XYZ 12.84 13.12 7.33 -
YUV 100.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 117 99 68 0 0.15 0.42 0.54 37.96 0.26 0.36
Hex 75 63 44 0 F 2A 36 26 1A 24
Octal 165 143 104 0 17 52 66 46 32 44
Binary 1110101 1100011 1000100 0 1111 101010 110110 100110 11010 100100

Color Harmonies of #756344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756344

Black with #756344

Text Example


Text Example

White with #756344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756344; }

 p { color: rgb(117,99,68); }

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

background-color css

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

 a { background-color: rgb(117,99,68); }

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

border-color css

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

 span { border-color: rgb(117,99,68); }

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