Html Css Color HEX #736C3E Yellow Metal

📋 copy color: '#736C3E'

red 115 ◦ green 108 ◦ blue 62

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

Shades of Yellow Metal #736C3E

Tints of Yellow Metal #736C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 40.35%
G = 37.89%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#736C3E (or 0x736C3E) is known color: Yellow Metal. HEX triplet: 73, 6C and 3E. RGB value is (115,108,62). Sum of RGB (Red+Green+Blue) = 115+108+62=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C3E is #8C93C1. Grayscale: #696969. Windows color (decimal): -9212866 or 4090995. OLE color: 4090995.

HSL color Cylindrical-coordinate representation of color #736C3E: hue angle of 52.08º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #736C3E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 62 -
CMYK 0 0.06 0.46 0.55
HSL 52.08º 0.3% 0.35% -
HSV(B) 52.08º 0.46% 0.45% -
XYZ 13.3 14.72 6.7 -
YUV 104.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 115 108 62 0 0.06 0.46 0.55 52.08 0.3 0.35
Hex 73 6C 3E 0 6 2E 37 34 1E 23
Octal 163 154 76 0 6 56 67 64 36 43
Binary 1110011 1101100 111110 0 110 101110 110111 110100 11110 100011

Color Harmonies of #736C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C3E

Black with #736C3E

Text Example


Text Example

White with #736C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,62); }

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

background-color css

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

 a { background-color: rgb(115,108,62); }

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

border-color css

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

 span { border-color: rgb(115,108,62); }

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