#84670F

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

Shades of Yukon Gold #84670F

Tints of Yukon Gold #84670F

Color information

#84670F (or 0x84670F) is unknown color: approx Yukon Gold. HEX triplet: 84, 67 and 0F. RGB value is (132,103,15). Sum of RGB (Red+Green+Blue) = 132+103+15=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84670F is #7B98F0. Grayscale: #666666. Windows color (decimal): -8100081 or 1009540. OLE color: 1009540.

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

Color convert

RGB13210315-
CMYK00.220.890.48
HSL45.13º79.59%28.82%-
HSV(B)45.13º88.64%51.76%-
XYZ14.4514.642.52-
YUV101.6479.11149.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 15 (6.25% from 255) = 6%
R=52.8%
G=41.2%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321031500.220.890.4845.1379.5928.82
Hex8467F01659302d501d
Octal20414717026131605512035
Binary10000100110011111110101101011001110000101101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,103,15); }

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

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

 a { background-color: rgb(132,103,15); }

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

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

 span { border-color: rgb(132,103,15); }

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