Html Css Color HEX #71621A Yukon Gold

📋 copy color: '#71621A'

red 113 ◦ green 98 ◦ blue 26

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

Shades of Yukon Gold #71621A

Tints of Yukon Gold #71621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 47.68%
G = 41.35%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71621A (or 0x71621A) is known color: Yukon Gold. HEX triplet: 71, 62 and 1A. RGB value is (113,98,26). Sum of RGB (Red+Green+Blue) = 113+98+26=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71621A is #8E9DE5. Grayscale: #5E5E5E. Windows color (decimal): -9346534 or 1729137. OLE color: 1729137.

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

Color convert

RGB 113 98 26 -
CMYK 0 0.13 0.77 0.56
HSL 49.66º 0.63% 0.27% -
HSV(B) 49.66º 0.77% 0.44% -
XYZ 11.36 12.32 2.76 -
YUV 94.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 113 98 26 0 0.13 0.77 0.56 49.66 0.63 0.27
Hex 71 62 1A 0 D 4D 38 32 3F 1B
Octal 161 142 32 0 15 115 70 62 77 33
Binary 1110001 1100010 11010 0 1101 1001101 111000 110010 111111 11011

Color Harmonies of #71621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71621A

Black with #71621A

Text Example


Text Example

White with #71621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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