Html Css Color HEX #746038 Yellow Metal

📋 copy color: '#746038'

red 116 ◦ green 96 ◦ blue 56

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

Shades of Yellow Metal #746038

Tints of Yellow Metal #746038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 43.28%
G = 35.82%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#746038 (or 0x746038) is known color: Yellow Metal. HEX triplet: 74, 60 and 38. RGB value is (116,96,56). Sum of RGB (Red+Green+Blue) = 116+96+56=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746038 is #8B9FC7. Grayscale: #616161. Windows color (decimal): -9150408 or 3694708. OLE color: 3694708.

HSL color Cylindrical-coordinate representation of color #746038: hue angle of 40º 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 #746038 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 56 -
CMYK 0 0.17 0.52 0.55
HSL 40º 0.35% 0.34% -
HSV(B) 40º 0.52% 0.45% -
XYZ 12.1 12.36 5.49 -
YUV 97.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 116 96 56 0 0.17 0.52 0.55 40 0.35 0.34
Hex 74 60 38 0 11 34 37 28 23 22
Octal 164 140 70 0 21 64 67 50 43 42
Binary 1110100 1100000 111000 0 10001 110100 110111 101000 100011 100010

Color Harmonies of #746038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746038

Black with #746038

Text Example


Text Example

White with #746038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746038; }

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

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

background-color css

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

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

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

border-color css

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

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

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