#84621B

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

Shades of Yukon Gold #84621B

Tints of Yukon Gold #84621B

Color information

#84621B (or 0x84621B) is unknown color: approx Yukon Gold. HEX triplet: 84, 62 and 1B. RGB value is (132,98,27). Sum of RGB (Red+Green+Blue) = 132+98+27=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84621B is #7B9DE4. Grayscale: #646464. Windows color (decimal): -8101349 or 1794692. OLE color: 1794692.

HSL color Cylindrical-coordinate representation of color #84621B: hue angle of 40.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84621B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1329827-
CMYK00.260.800.48
HSL40.57º66.04%31.18%-
HSV(B)40.57º79.55%51.76%-
XYZ14.0813.722.94-
YUV100.0786.76150.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=51.36%
G=38.13%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132982700.260.800.4840.5766.0431.18
Hex84621B01A503029421f
Octal20414233032120605110237
Binary100001001100010110110110101010000110000101001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84621B; }

 p { color: rgb(132,98,27); }

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

<style>
 a { background-color: #84621B; }

 a { background-color: rgb(132,98,27); }

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

<style>
 span { border-color: #84621B; }

 span { border-color: rgb(132,98,27); }

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