Html Css Color HEX #73693C Yellow Metal

📋 copy color: '#73693C'

red 115 ◦ green 105 ◦ blue 60

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

Shades of Yellow Metal #73693C

Tints of Yellow Metal #73693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 41.07%
G = 37.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73693C (or 0x73693C) is known color: Yellow Metal. HEX triplet: 73, 69 and 3C. RGB value is (115,105,60). Sum of RGB (Red+Green+Blue) = 115+105+60=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73693C is #8C96C3. Grayscale: #676767. Windows color (decimal): -9213636 or 3959155. OLE color: 3959155.

HSL color Cylindrical-coordinate representation of color #73693C: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73693C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 60 -
CMYK 0 0.09 0.48 0.55
HSL 49.09º 0.31% 0.34% -
HSV(B) 49.09º 0.48% 0.45% -
XYZ 12.94 14.07 6.31 -
YUV 102.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 115 105 60 0 0.09 0.48 0.55 49.09 0.31 0.34
Hex 73 69 3C 0 9 30 37 31 1F 22
Octal 163 151 74 0 11 60 67 61 37 42
Binary 1110011 1101001 111100 0 1001 110000 110111 110001 11111 100010

Color Harmonies of #73693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73693C

Black with #73693C

Text Example


Text Example

White with #73693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73693C; }

 p { color: rgb(115,105,60); }

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

background-color css

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

 a { background-color: rgb(115,105,60); }

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

border-color css

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

 span { border-color: rgb(115,105,60); }

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