#71621C

Color #71621C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #71621C

Tints of Yukon Gold #71621C

Color information

#71621C (or 0x71621C) is unknown color: approx 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

RGB1139828-
CMYK00.130.750.56
HSL49.41º60.28%27.65%-
HSV(B)49.41º75.22%44.31%-
XYZ11.3912.332.88-
YUV94.590.47141.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=47.28%
G=41.00%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113982800.130.750.5649.4160.2827.65
Hex71621C0D4B38313c1c
Octal1611423401511370617434
Binary111000111000101110001101100101111100011000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>