Html Css Color HEX #716645 Yellow Metal

📋 copy color: '#716645'

red 113 ◦ green 102 ◦ blue 69

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

Shades of Yellow Metal #716645

Tints of Yellow Metal #716645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.3%

R = 39.79%
G = 35.92%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#716645 (or 0x716645) is known color: Yellow Metal. HEX triplet: 71, 66 and 45. RGB value is (113,102,69). Sum of RGB (Red+Green+Blue) = 113+102+69=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716645 is #8E99BA. Grayscale: #656565. Windows color (decimal): -9345467 or 4548209. OLE color: 4548209.

HSL color Cylindrical-coordinate representation of color #716645: hue angle of 45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716645 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 69 -
CMYK 0 0.10 0.39 0.56
HSL 45º 0.24% 0.36% -
HSV(B) 45º 0.39% 0.44% -
XYZ 12.64 13.44 7.56 -
YUV 101.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 113 102 69 0 0.10 0.39 0.56 45 0.24 0.36
Hex 71 66 45 0 A 27 38 2D 18 24
Octal 161 146 105 0 12 47 70 55 30 44
Binary 1110001 1100110 1000101 0 1010 100111 111000 101101 11000 100100

Color Harmonies of #716645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716645

Black with #716645

Text Example


Text Example

White with #716645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716645; }

 p { color: rgb(113,102,69); }

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

background-color css

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

 a { background-color: rgb(113,102,69); }

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

border-color css

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

 span { border-color: rgb(113,102,69); }

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