Html Css Color HEX #71600B Yukon Gold

📋 copy color: '#71600B'

red 113 ◦ green 96 ◦ blue 11

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

Shades of Yukon Gold #71600B

Tints of Yukon Gold #71600B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5%

R = 51.36%
G = 43.64%
B = 5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71600B (or 0x71600B) is known color: Yukon Gold. HEX triplet: 71, 60 and 0B. RGB value is (113,96,11). Sum of RGB (Red+Green+Blue) = 113+96+11=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71600B is #8E9FF4. Grayscale: #5B5B5B. Windows color (decimal): -9347061 or 745585. OLE color: 745585.

HSL color Cylindrical-coordinate representation of color #71600B: hue angle of 50º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71600B is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 11 -
CMYK 0 0.15 0.90 0.56
HSL 50º 0.82% 0.24% -
HSV(B) 50º 0.9% 0.44% -
XYZ 11.05 11.9 2.03 -
YUV 91.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 113 96 11 0 0.15 0.90 0.56 50 0.82 0.24
Hex 71 60 B 0 F 5A 38 32 52 18
Octal 161 140 13 0 17 132 70 62 122 30
Binary 1110001 1100000 1011 0 1111 1011010 111000 110010 1010010 11000

Color Harmonies of #71600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71600B

Black with #71600B

Text Example


Text Example

White with #71600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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