Html Css Color HEX #716408 Yukon Gold

📋 copy color: '#716408'

red 113 ◦ green 100 ◦ blue 8

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

Shades of Yukon Gold #716408

Tints of Yukon Gold #716408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 51.13%
G = 45.25%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#716408 (or 0x716408) is known color: Yukon Gold. HEX triplet: 71, 64 and 08. RGB value is (113,100,8). Sum of RGB (Red+Green+Blue) = 113+100+8=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #716408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716408 is #8E9BF7. Grayscale: #5D5D5D. Windows color (decimal): -9346040 or 550001. OLE color: 550001.

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

Color convert

RGB 113 100 8 -
CMYK 0 0.12 0.93 0.56
HSL 52.57º 0.87% 0.24% -
HSV(B) 52.57º 0.93% 0.44% -
XYZ 11.41 12.64 2.07 -
YUV 93.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 113 100 8 0 0.12 0.93 0.56 52.57 0.87 0.24
Hex 71 64 8 0 C 5D 38 35 57 18
Octal 161 144 10 0 14 135 70 65 127 30
Binary 1110001 1100100 1000 0 1100 1011101 111000 110101 1010111 11000

Color Harmonies of #716408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716408

Black with #716408

Text Example


Text Example

White with #716408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716408; }

 p { color: rgb(113,100,8); }

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

background-color css

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

 a { background-color: rgb(113,100,8); }

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

border-color css

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

 span { border-color: rgb(113,100,8); }

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