#71620C

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

Shades of Yukon Gold #71620C

Tints of Yukon Gold #71620C

Color information

#71620C (or 0x71620C) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 0C. RGB value is (113,98,12). Sum of RGB (Red+Green+Blue) = 113+98+12=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620C is #8E9DF3. Grayscale: #5D5D5D. Windows color (decimal): -9346548 or 811633. OLE color: 811633.

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

Color convert

RGB1139812-
CMYK00.130.890.56
HSL51.09º80.8%24.51%-
HSV(B)51.09º89.38%44.31%-
XYZ11.2412.272.12-
YUV92.6882.47142.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=50.67%
G=43.95%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113981200.130.890.5651.0980.824.51
Hex7162C0D5938335119
Octal16114214015131706312131
Binary111000111000101100011011011001111000110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71620C;
 }
 .AnyTagClassName
 {
   color: #71620C;
 }
</style>
background-color css

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

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

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

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

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

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