Html Css Color HEX #71660C Yukon Gold

📋 copy color: '#71660C'

red 113 ◦ green 102 ◦ blue 12

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

Shades of Yukon Gold #71660C

Tints of Yukon Gold #71660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 49.78%
G = 44.93%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71660C (or 0x71660C) is known color: Yukon Gold. HEX triplet: 71, 66 and 0C. RGB value is (113,102,12). Sum of RGB (Red+Green+Blue) = 113+102+12=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71660C is #8E99F3. Grayscale: #5F5F5F. Windows color (decimal): -9345524 or 812657. OLE color: 812657.

HSL color Cylindrical-coordinate representation of color #71660C: hue angle of 53.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71660C is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 12 -
CMYK 0 0.10 0.89 0.56
HSL 53.47º 0.81% 0.25% -
HSV(B) 53.47º 0.89% 0.44% -
XYZ 11.63 13.04 2.25 -
YUV 95.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 113 102 12 0 0.10 0.89 0.56 53.47 0.81 0.25
Hex 71 66 C 0 A 59 38 35 51 19
Octal 161 146 14 0 12 131 70 65 121 31
Binary 1110001 1100110 1100 0 1010 1011001 111000 110101 1010001 11001

Color Harmonies of #71660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71660C

Black with #71660C

Text Example


Text Example

White with #71660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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