Html Css Color HEX #756C3C Yellow Metal

📋 copy color: '#756C3C'

red 117 ◦ green 108 ◦ blue 60

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

Shades of Yellow Metal #756C3C

Tints of Yellow Metal #756C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 41.05%
G = 37.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#756C3C (or 0x756C3C) is known color: Yellow Metal. HEX triplet: 75, 6C and 3C. RGB value is (117,108,60). Sum of RGB (Red+Green+Blue) = 117+108+60=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3C is #8A93C3. Grayscale: #696969. Windows color (decimal): -9081796 or 3959925. OLE color: 3959925.

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

Color convert

RGB 117 108 60 -
CMYK 0 0.08 0.49 0.54
HSL 50.53º 0.32% 0.35% -
HSV(B) 50.53º 0.49% 0.46% -
XYZ 13.51 14.83 6.43 -
YUV 105.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 117 108 60 0 0.08 0.49 0.54 50.53 0.32 0.35
Hex 75 6C 3C 0 8 31 36 33 20 23
Octal 165 154 74 0 10 61 66 63 40 43
Binary 1110101 1101100 111100 0 1000 110001 110110 110011 100000 100011

Color Harmonies of #756C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C3C

Black with #756C3C

Text Example


Text Example

White with #756C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,60); }

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

background-color css

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

 a { background-color: rgb(117,108,60); }

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

border-color css

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

 span { border-color: rgb(117,108,60); }

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