Html Css Color HEX #756B3F Yellow Metal

📋 copy color: '#756B3F'

red 117 ◦ green 107 ◦ blue 63

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

Shades of Yellow Metal #756B3F

Tints of Yellow Metal #756B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 40.77%
G = 37.28%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#756B3F (or 0x756B3F) is known color: Yellow Metal. HEX triplet: 75, 6B and 3F. RGB value is (117,107,63). Sum of RGB (Red+Green+Blue) = 117+107+63=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B3F is #8A94C0. Grayscale: #696969. Windows color (decimal): -9082049 or 4156277. OLE color: 4156277.

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

Color convert

RGB 117 107 63 -
CMYK 0 0.09 0.46 0.54
HSL 48.89º 0.3% 0.35% -
HSV(B) 48.89º 0.46% 0.46% -
XYZ 13.49 14.66 6.82 -
YUV 104.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 117 107 63 0 0.09 0.46 0.54 48.89 0.3 0.35
Hex 75 6B 3F 0 9 2E 36 31 1E 23
Octal 165 153 77 0 11 56 66 61 36 43
Binary 1110101 1101011 111111 0 1001 101110 110110 110001 11110 100011

Color Harmonies of #756B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B3F

Black with #756B3F

Text Example


Text Example

White with #756B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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