#71630C

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

Shades of Yukon Gold #71630C

Tints of Yukon Gold #71630C

Color information

#71630C (or 0x71630C) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 0C. RGB value is (113,99,12). Sum of RGB (Red+Green+Blue) = 113+99+12=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71630C is #8E9CF3. Grayscale: #5D5D5D. Windows color (decimal): -9346292 or 811889. OLE color: 811889.

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

Color convert

RGB1139912-
CMYK00.120.890.56
HSL51.68º80.8%24.51%-
HSV(B)51.68º89.38%44.31%-
XYZ11.3412.462.16-
YUV93.2782.14142.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=50.45%
G=44.20%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113991200.120.890.5651.6880.824.51
Hex7163C0C5938345119
Octal16114314014131706412131
Binary111000111000111100011001011001111000110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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