#83640F

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

Shades of Yukon Gold #83640F

Tints of Yukon Gold #83640F

Color information

#83640F (or 0x83640F) is unknown color: approx Yukon Gold. HEX triplet: 83, 64 and 0F. RGB value is (131,100,15). Sum of RGB (Red+Green+Blue) = 131+100+15=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83640F is #7C9BF0. Grayscale: #636363. Windows color (decimal): -8166385 or 1008771. OLE color: 1008771.

HSL color Cylindrical-coordinate representation of color #83640F: hue angle of 43.97º 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 #83640F is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13110015-
CMYK00.240.890.49
HSL43.97º79.45%28.63%-
HSV(B)43.97º88.55%51.37%-
XYZ1413.972.41-
YUV99.5880.27150.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=53.25%
G=40.65%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311001500.240.890.4943.9779.4528.63
Hex8364F01859312c4f1d
Octal20314417030131615411735
Binary10000011110010011110110001011001110001101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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