Html Css Color HEX #71621C Yukon Gold

📋 copy color: '#71621C'

red 113 ◦ green 98 ◦ blue 28

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

Shades of Yukon Gold #71621C

Tints of Yukon Gold #71621C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 47.28%
G = 41%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71621C (or 0x71621C) is known color: Yukon Gold. HEX triplet: 71, 62 and 1C. RGB value is (113,98,28). Sum of RGB (Red+Green+Blue) = 113+98+28=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71621C is #8E9DE3. Grayscale: #5E5E5E. Windows color (decimal): -9346532 or 1860209. OLE color: 1860209.

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

Color convert

RGB 113 98 28 -
CMYK 0 0.13 0.75 0.56
HSL 49.41º 0.6% 0.28% -
HSV(B) 49.41º 0.75% 0.44% -
XYZ 11.39 12.33 2.88 -
YUV 94.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 113 98 28 0 0.13 0.75 0.56 49.41 0.6 0.28
Hex 71 62 1C 0 D 4B 38 31 3C 1C
Octal 161 142 34 0 15 113 70 61 74 34
Binary 1110001 1100010 11100 0 1101 1001011 111000 110001 111100 11100

Color Harmonies of #71621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71621C

Black with #71621C

Text Example


Text Example

White with #71621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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