Html Css Color HEX #746238 Yellow Metal

📋 copy color: '#746238'

red 116 ◦ green 98 ◦ blue 56

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

Shades of Yellow Metal #746238

Tints of Yellow Metal #746238

RGB

 RED value IS 116 (45.7% from 255) = 42.96%

 GREEN value IS 98 (38.67% from 255) = 36.3%

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 42.96%
G = 36.3%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#746238 (or 0x746238) is known color: Yellow Metal. HEX triplet: 74, 62 and 38. RGB value is (116,98,56). Sum of RGB (Red+Green+Blue) = 116+98+56=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746238 is #8B9DC7. Grayscale: #626262. Windows color (decimal): -9149896 or 3695220. OLE color: 3695220.

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

Color convert

RGB 116 98 56 -
CMYK 0 0.16 0.52 0.55
HSL 42º 0.35% 0.34% -
HSV(B) 42º 0.52% 0.45% -
XYZ 12.28 12.73 5.55 -
YUV 98.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 116 98 56 0 0.16 0.52 0.55 42 0.35 0.34
Hex 74 62 38 0 10 34 37 2A 23 22
Octal 164 142 70 0 20 64 67 52 43 42
Binary 1110100 1100010 111000 0 10000 110100 110111 101010 100011 100010

Color Harmonies of #746238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746238

Black with #746238

Text Example


Text Example

White with #746238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746238; }

 p { color: rgb(116,98,56); }

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

background-color css

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

 a { background-color: rgb(116,98,56); }

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

border-color css

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

 span { border-color: rgb(116,98,56); }

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