#83660F

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

Shades of Yukon Gold #83660F

Tints of Yukon Gold #83660F

Color information

#83660F (or 0x83660F) is unknown color: approx Yukon Gold. HEX triplet: 83, 66 and 0F. RGB value is (131,102,15). Sum of RGB (Red+Green+Blue) = 131+102+15=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83660F is #7C99F0. Grayscale: #656565. Windows color (decimal): -8165873 or 1009283. OLE color: 1009283.

HSL color Cylindrical-coordinate representation of color #83660F: hue angle of 45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83660F is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13110215-
CMYK00.220.890.49
HSL45º79.45%28.63%-
HSV(B)45º88.55%51.37%-
XYZ14.214.362.48-
YUV100.7579.61149.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 15 (6.25% from 255) = 6.05%
R=52.82%
G=41.13%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311021500.220.890.494579.4528.63
Hex8366F01659312d4f1d
Octal20314617026131615511735
Binary10000011110011011110101101011001110001101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,102,15); }

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

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

 a { background-color: rgb(131,102,15); }

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

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

 span { border-color: rgb(131,102,15); }

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