Html Css Color HEX #74663B Yellow Metal

📋 copy color: '#74663B'

red 116 ◦ green 102 ◦ blue 59

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

Shades of Yellow Metal #74663B

Tints of Yellow Metal #74663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 41.88%
G = 36.82%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74663B (or 0x74663B) is known color: Yellow Metal. HEX triplet: 74, 66 and 3B. RGB value is (116,102,59). Sum of RGB (Red+Green+Blue) = 116+102+59=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74663B is #8B99C4. Grayscale: #656565. Windows color (decimal): -9148869 or 3892852. OLE color: 3892852.

HSL color Cylindrical-coordinate representation of color #74663B: hue angle of 45.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74663B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 59 -
CMYK 0 0.12 0.49 0.55
HSL 45.26º 0.33% 0.34% -
HSV(B) 45.26º 0.49% 0.45% -
XYZ 12.74 13.53 6.08 -
YUV 101.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 116 102 59 0 0.12 0.49 0.55 45.26 0.33 0.34
Hex 74 66 3B 0 C 31 37 2D 21 22
Octal 164 146 73 0 14 61 67 55 41 42
Binary 1110100 1100110 111011 0 1100 110001 110111 101101 100001 100010

Color Harmonies of #74663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74663B

Black with #74663B

Text Example


Text Example

White with #74663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74663B; }

 p { color: rgb(116,102,59); }

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

background-color css

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

 a { background-color: rgb(116,102,59); }

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

border-color css

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

 span { border-color: rgb(116,102,59); }

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