Html Css Color HEX #71620D Yukon Gold

📋 copy color: '#71620D'

red 113 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #71620D

Tints of Yukon Gold #71620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

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

R = 50.45%
G = 43.75%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71620D (or 0x71620D) is known color: Yukon Gold. HEX triplet: 71, 62 and 0D. RGB value is (113,98,13). Sum of RGB (Red+Green+Blue) = 113+98+13=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620D is #8E9DF2. Grayscale: #5D5D5D. Windows color (decimal): -9346547 or 877169. OLE color: 877169.

HSL color Cylindrical-coordinate representation of color #71620D: hue angle of 51º 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 #71620D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 13 -
CMYK 0 0.13 0.88 0.56
HSL 51º 0.79% 0.25% -
HSV(B) 51º 0.88% 0.44% -
XYZ 11.25 12.28 2.16 -
YUV 92.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 113 98 13 0 0.13 0.88 0.56 51 0.79 0.25
Hex 71 62 D 0 D 58 38 33 4F 19
Octal 161 142 15 0 15 130 70 63 117 31
Binary 1110001 1100010 1101 0 1101 1011000 111000 110011 1001111 11001

Color Harmonies of #71620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71620D

Black with #71620D

Text Example


Text Example

White with #71620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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