Html Css Color HEX #736A3C Yellow Metal

📋 copy color: '#736A3C'

red 115 ◦ green 106 ◦ blue 60

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

Shades of Yellow Metal #736A3C

Tints of Yellow Metal #736A3C

RGB

 RED value IS 115 (45.31% from 255) = 40.93%

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

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

R = 40.93%
G = 37.72%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#736A3C (or 0x736A3C) is known color: Yellow Metal. HEX triplet: 73, 6A and 3C. RGB value is (115,106,60). Sum of RGB (Red+Green+Blue) = 115+106+60=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3C is #8C95C3. Grayscale: #676767. Windows color (decimal): -9213380 or 3959411. OLE color: 3959411.

HSL color Cylindrical-coordinate representation of color #736A3C: hue angle of 50.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736A3C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 60 -
CMYK 0 0.08 0.48 0.55
HSL 50.18º 0.31% 0.34% -
HSV(B) 50.18º 0.48% 0.45% -
XYZ 13.04 14.28 6.34 -
YUV 103.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 115 106 60 0 0.08 0.48 0.55 50.18 0.31 0.34
Hex 73 6A 3C 0 8 30 37 32 1F 22
Octal 163 152 74 0 10 60 67 62 37 42
Binary 1110011 1101010 111100 0 1000 110000 110111 110010 11111 100010

Color Harmonies of #736A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A3C

Black with #736A3C

Text Example


Text Example

White with #736A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A3C; }

 p { color: rgb(115,106,60); }

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

background-color css

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

 a { background-color: rgb(115,106,60); }

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

border-color css

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

 span { border-color: rgb(115,106,60); }

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