Html Css Color HEX #736642 Yellow Metal

📋 copy color: '#736642'

red 115 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #736642

Tints of Yellow Metal #736642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 40.64%
G = 36.04%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#736642 (or 0x736642) is known color: Yellow Metal. HEX triplet: 73, 66 and 42. RGB value is (115,102,66). Sum of RGB (Red+Green+Blue) = 115+102+66=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #736642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736642 is #8C99BD. Grayscale: #656565. Windows color (decimal): -9214398 or 4351603. OLE color: 4351603.

HSL color Cylindrical-coordinate representation of color #736642: hue angle of 44.08º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736642 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 102 66 -
CMYK 0 0.11 0.43 0.55
HSL 44.08º 0.27% 0.35% -
HSV(B) 44.08º 0.43% 0.45% -
XYZ 12.8 13.54 7.09 -
YUV 101.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 115 102 66 0 0.11 0.43 0.55 44.08 0.27 0.35
Hex 73 66 42 0 B 2B 37 2C 1B 23
Octal 163 146 102 0 13 53 67 54 33 43
Binary 1110011 1100110 1000010 0 1011 101011 110111 101100 11011 100011

Color Harmonies of #736642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736642

Black with #736642

Text Example


Text Example

White with #736642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736642; }

 p { color: rgb(115,102,66); }

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

background-color css

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

 a { background-color: rgb(115,102,66); }

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

border-color css

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

 span { border-color: rgb(115,102,66); }

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