#71620F

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

Shades of Yukon Gold #71620F

Tints of Yukon Gold #71620F

Color information

#71620F (or 0x71620F) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 0F. RGB value is (113,98,15). Sum of RGB (Red+Green+Blue) = 113+98+15=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71620F is #8E9DF0. Grayscale: #5D5D5D. Windows color (decimal): -9346545 or 1008241. OLE color: 1008241.

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

Color convert

RGB1139815-
CMYK00.130.870.56
HSL50.82º76.56%25.1%-
HSV(B)50.82º86.73%44.31%-
XYZ11.2612.282.23-
YUV93.0283.97142.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=50%
G=43.36%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113981500.130.870.5650.8276.5625.1
Hex7162F0D5738334d19
Octal16114217015127706311531
Binary111000111000101111011011010111111000110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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