Html Css Color HEX #71693E Yellow Metal

📋 copy color: '#71693E'

red 113 ◦ green 105 ◦ blue 62

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

Shades of Yellow Metal #71693E

Tints of Yellow Metal #71693E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 40.36%
G = 37.5%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71693E (or 0x71693E) is known color: Yellow Metal. HEX triplet: 71, 69 and 3E. RGB value is (113,105,62). Sum of RGB (Red+Green+Blue) = 113+105+62=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #71693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71693E is #8E96C1. Grayscale: #666666. Windows color (decimal): -9344706 or 4090225. OLE color: 4090225.

HSL color Cylindrical-coordinate representation of color #71693E: hue angle of 50.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71693E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 62 -
CMYK 0 0.07 0.45 0.56
HSL 50.59º 0.29% 0.34% -
HSV(B) 50.59º 0.45% 0.44% -
XYZ 12.73 13.96 6.58 -
YUV 102.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 113 105 62 0 0.07 0.45 0.56 50.59 0.29 0.34
Hex 71 69 3E 0 7 2D 38 33 1D 22
Octal 161 151 76 0 7 55 70 63 35 42
Binary 1110001 1101001 111110 0 111 101101 111000 110011 11101 100010

Color Harmonies of #71693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71693E

Black with #71693E

Text Example


Text Example

White with #71693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71693E; }

 p { color: rgb(113,105,62); }

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

background-color css

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

 a { background-color: rgb(113,105,62); }

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

border-color css

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

 span { border-color: rgb(113,105,62); }

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