#84621D

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

Shades of Yukon Gold #84621D

Tints of Yukon Gold #84621D

Color information

#84621D (or 0x84621D) is unknown color: approx Yukon Gold. HEX triplet: 84, 62 and 1D. RGB value is (132,98,29). Sum of RGB (Red+Green+Blue) = 132+98+29=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84621D is #7B9DE2. Grayscale: #646464. Windows color (decimal): -8101347 or 1925764. OLE color: 1925764.

HSL color Cylindrical-coordinate representation of color #84621D: hue angle of 40.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84621D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1329829-
CMYK00.260.780.48
HSL40.19º63.98%31.57%-
HSV(B)40.19º78.03%51.76%-
XYZ14.1113.733.07-
YUV100.387.76150.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=50.97%
G=37.84%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132982900.260.780.4840.1963.9831.57
Hex84621D01A4E30284020
Octal20414235032116605010040
Binary1000010011000101110101101010011101100001010001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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