Html Css Color HEX #756440 Yellow Metal

📋 copy color: '#756440'

red 117 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #756440

Tints of Yellow Metal #756440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 41.64%
G = 35.59%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756440 (or 0x756440) is known color: Yellow Metal. HEX triplet: 75, 64 and 40. RGB value is (117,100,64). Sum of RGB (Red+Green+Blue) = 117+100+64=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756440 is #8A9BBF. Grayscale: #656565. Windows color (decimal): -9083840 or 4220021. OLE color: 4220021.

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

Color convert

RGB 117 100 64 -
CMYK 0 0.15 0.45 0.54
HSL 40.75º 0.29% 0.35% -
HSV(B) 40.75º 0.45% 0.46% -
XYZ 12.82 13.27 6.74 -
YUV 100.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 117 100 64 0 0.15 0.45 0.54 40.75 0.29 0.35
Hex 75 64 40 0 F 2D 36 29 1D 23
Octal 165 144 100 0 17 55 66 51 35 43
Binary 1110101 1100100 1000000 0 1111 101101 110110 101001 11101 100011

Color Harmonies of #756440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756440

Black with #756440

Text Example


Text Example

White with #756440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756440; }

 p { color: rgb(117,100,64); }

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

background-color css

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

 a { background-color: rgb(117,100,64); }

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

border-color css

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

 span { border-color: rgb(117,100,64); }

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