Html Css Color HEX #71600D Yukon Gold

📋 copy color: '#71600D'

red 113 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #71600D

Tints of Yukon Gold #71600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 50.9%
G = 43.24%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71600D (or 0x71600D) is known color: Yukon Gold. HEX triplet: 71, 60 and 0D. RGB value is (113,96,13). Sum of RGB (Red+Green+Blue) = 113+96+13=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71600D is #8E9FF2. Grayscale: #5B5B5B. Windows color (decimal): -9347059 or 876657. OLE color: 876657.

HSL color Cylindrical-coordinate representation of color #71600D: hue angle of 49.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71600D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 13 -
CMYK 0 0.15 0.88 0.56
HSL 49.8º 0.79% 0.25% -
HSV(B) 49.8º 0.88% 0.44% -
XYZ 11.07 11.91 2.1 -
YUV 91.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 113 96 13 0 0.15 0.88 0.56 49.8 0.79 0.25
Hex 71 60 D 0 F 58 38 32 4F 19
Octal 161 140 15 0 17 130 70 62 117 31
Binary 1110001 1100000 1101 0 1111 1011000 111000 110010 1001111 11001

Color Harmonies of #71600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71600D

Black with #71600D

Text Example


Text Example

White with #71600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71600D; }

 p { color: rgb(113,96,13); }

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

background-color css

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

 a { background-color: rgb(113,96,13); }

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

border-color css

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

 span { border-color: rgb(113,96,13); }

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