Html Css Color HEX #756A3A Yellow Metal

📋 copy color: '#756A3A'

red 117 ◦ green 106 ◦ blue 58

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

Shades of Yellow Metal #756A3A

Tints of Yellow Metal #756A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 41.64%
G = 37.72%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#756A3A (or 0x756A3A) is known color: Yellow Metal. HEX triplet: 75, 6A and 3A. RGB value is (117,106,58). Sum of RGB (Red+Green+Blue) = 117+106+58=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3A is #8A95C5. Grayscale: #686868. Windows color (decimal): -9082310 or 3828341. OLE color: 3828341.

HSL color Cylindrical-coordinate representation of color #756A3A: hue angle of 48.81º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756A3A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 58 -
CMYK 0 0.09 0.50 0.54
HSL 48.81º 0.34% 0.34% -
HSV(B) 48.81º 0.5% 0.46% -
XYZ 13.25 14.4 6.08 -
YUV 103.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 117 106 58 0 0.09 0.50 0.54 48.81 0.34 0.34
Hex 75 6A 3A 0 9 32 36 31 22 22
Octal 165 152 72 0 11 62 66 61 42 42
Binary 1110101 1101010 111010 0 1001 110010 110110 110001 100010 100010

Color Harmonies of #756A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A3A

Black with #756A3A

Text Example


Text Example

White with #756A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,58); }

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

background-color css

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

 a { background-color: rgb(117,106,58); }

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

border-color css

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

 span { border-color: rgb(117,106,58); }

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