Html Css Color HEX #716741 Yellow Metal

📋 copy color: '#716741'

red 113 ◦ green 103 ◦ blue 65

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

Shades of Yellow Metal #716741

Tints of Yellow Metal #716741

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 40.21%
G = 36.65%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716741 (or 0x716741) is known color: Yellow Metal. HEX triplet: 71, 67 and 41. RGB value is (113,103,65). Sum of RGB (Red+Green+Blue) = 113+103+65=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716741 is #8E98BE. Grayscale: #656565. Windows color (decimal): -9345215 or 4286321. OLE color: 4286321.

HSL color Cylindrical-coordinate representation of color #716741: hue angle of 47.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #716741 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 65 -
CMYK 0 0.09 0.42 0.56
HSL 47.5º 0.27% 0.35% -
HSV(B) 47.5º 0.42% 0.44% -
XYZ 12.61 13.59 6.96 -
YUV 101.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 113 103 65 0 0.09 0.42 0.56 47.5 0.27 0.35
Hex 71 67 41 0 9 2A 38 30 1B 23
Octal 161 147 101 0 11 52 70 60 33 43
Binary 1110001 1100111 1000001 0 1001 101010 111000 110000 11011 100011

Color Harmonies of #716741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716741

Black with #716741

Text Example


Text Example

White with #716741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716741; }

 p { color: rgb(113,103,65); }

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

background-color css

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

 a { background-color: rgb(113,103,65); }

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

border-color css

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

 span { border-color: rgb(113,103,65); }

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