Html Css Color HEX #756B40 Yellow Metal

📋 copy color: '#756B40'

red 117 ◦ green 107 ◦ blue 64

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

Shades of Yellow Metal #756B40

Tints of Yellow Metal #756B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 40.63%
G = 37.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#756B40 (or 0x756B40) is known color: Yellow Metal. HEX triplet: 75, 6B and 40. RGB value is (117,107,64). Sum of RGB (Red+Green+Blue) = 117+107+64=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B40 is #8A94BF. Grayscale: #696969. Windows color (decimal): -9082048 or 4221813. OLE color: 4221813.

HSL color Cylindrical-coordinate representation of color #756B40: hue angle of 48.68º 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 #756B40 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 64 -
CMYK 0 0.09 0.45 0.54
HSL 48.68º 0.29% 0.35% -
HSV(B) 48.68º 0.45% 0.46% -
XYZ 13.52 14.67 6.97 -
YUV 105.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 117 107 64 0 0.09 0.45 0.54 48.68 0.29 0.35
Hex 75 6B 40 0 9 2D 36 31 1D 23
Octal 165 153 100 0 11 55 66 61 35 43
Binary 1110101 1101011 1000000 0 1001 101101 110110 110001 11101 100011

Color Harmonies of #756B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B40

Black with #756B40

Text Example


Text Example

White with #756B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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