Html Css Color HEX #71620A Yukon Gold

📋 copy color: '#71620A'

red 113 ◦ green 98 ◦ blue 10

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

Shades of Yukon Gold #71620A

Tints of Yukon Gold #71620A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 51.13%
G = 44.34%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71620A (or 0x71620A) is known color: Yukon Gold. HEX triplet: 71, 62 and 0A. RGB value is (113,98,10). Sum of RGB (Red+Green+Blue) = 113+98+10=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620A is #8E9DF5. Grayscale: #5C5C5C. Windows color (decimal): -9346550 or 680561. OLE color: 680561.

HSL color Cylindrical-coordinate representation of color #71620A: hue angle of 51.26º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71620A is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 10 -
CMYK 0 0.13 0.91 0.56
HSL 51.26º 0.84% 0.24% -
HSV(B) 51.26º 0.91% 0.44% -
XYZ 11.23 12.27 2.06 -
YUV 92.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 113 98 10 0 0.13 0.91 0.56 51.26 0.84 0.24
Hex 71 62 A 0 D 5B 38 33 54 18
Octal 161 142 12 0 15 133 70 63 124 30
Binary 1110001 1100010 1010 0 1101 1011011 111000 110011 1010100 11000

Color Harmonies of #71620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71620A

Black with #71620A

Text Example


Text Example

White with #71620A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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