Html Css Color HEX #756639 Yellow Metal

📋 copy color: '#756639'

red 117 ◦ green 102 ◦ blue 57

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

Shades of Yellow Metal #756639

Tints of Yellow Metal #756639

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 42.39%
G = 36.96%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#756639 (or 0x756639) is known color: Yellow Metal. HEX triplet: 75, 66 and 39. RGB value is (117,102,57). Sum of RGB (Red+Green+Blue) = 117+102+57=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756639 is #8A99C6. Grayscale: #656565. Windows color (decimal): -9083335 or 3761781. OLE color: 3761781.

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

Color convert

RGB 117 102 57 -
CMYK 0 0.13 0.51 0.54
HSL 45º 0.34% 0.34% -
HSV(B) 45º 0.51% 0.46% -
XYZ 12.83 13.58 5.82 -
YUV 101.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 117 102 57 0 0.13 0.51 0.54 45 0.34 0.34
Hex 75 66 39 0 D 33 36 2D 22 22
Octal 165 146 71 0 15 63 66 55 42 42
Binary 1110101 1100110 111001 0 1101 110011 110110 101101 100010 100010

Color Harmonies of #756639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756639

Black with #756639

Text Example


Text Example

White with #756639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756639; }

 p { color: rgb(117,102,57); }

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

background-color css

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

 a { background-color: rgb(117,102,57); }

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

border-color css

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

 span { border-color: rgb(117,102,57); }

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