#71640F

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

Shades of Yukon Gold #71640F

Tints of Yukon Gold #71640F

Color information

#71640F (or 0x71640F) is unknown color: approx Yukon Gold. HEX triplet: 71, 64 and 0F. RGB value is (113,100,15). Sum of RGB (Red+Green+Blue) = 113+100+15=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71640F is #8E9BF0. Grayscale: #5E5E5E. Windows color (decimal): -9346033 or 1008753. OLE color: 1008753.

HSL color Cylindrical-coordinate representation of color #71640F: hue angle of 52.04º 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 #71640F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11310015-
CMYK00.120.870.56
HSL52.04º76.56%25.1%-
HSV(B)52.04º86.73%44.31%-
XYZ11.4512.662.29-
YUV94.283.31141.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=49.56%
G=43.86%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131001500.120.870.5652.0476.5625.1
Hex7164F0C5738344d19
Octal16114417014127706411531
Binary111000111001001111011001010111111000110100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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