Html Css Color HEX #716318 Yukon Gold

📋 copy color: '#716318'

red 113 ◦ green 99 ◦ blue 24

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

Shades of Yukon Gold #716318

Tints of Yukon Gold #716318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 47.88%
G = 41.95%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#716318 (or 0x716318) is known color: Yukon Gold. HEX triplet: 71, 63 and 18. RGB value is (113,99,24). Sum of RGB (Red+Green+Blue) = 113+99+24=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #716318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716318 is #8E9CE7. Grayscale: #5E5E5E. Windows color (decimal): -9346280 or 1598321. OLE color: 1598321.

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

Color convert

RGB 113 99 24 -
CMYK 0 0.12 0.79 0.56
HSL 50.56º 0.65% 0.27% -
HSV(B) 50.56º 0.79% 0.44% -
XYZ 11.44 12.5 2.67 -
YUV 94.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 113 99 24 0 0.12 0.79 0.56 50.56 0.65 0.27
Hex 71 63 18 0 C 4F 38 33 41 1B
Octal 161 143 30 0 14 117 70 63 101 33
Binary 1110001 1100011 11000 0 1100 1001111 111000 110011 1000001 11011

Color Harmonies of #716318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716318

Black with #716318

Text Example


Text Example

White with #716318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716318; }

 p { color: rgb(113,99,24); }

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

background-color css

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

 a { background-color: rgb(113,99,24); }

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

border-color css

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

 span { border-color: rgb(113,99,24); }

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