#84631C

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

Shades of Yukon Gold #84631C

Tints of Yukon Gold #84631C

Color information

#84631C (or 0x84631C) is unknown color: approx Yukon Gold. HEX triplet: 84, 63 and 1C. RGB value is (132,99,28). Sum of RGB (Red+Green+Blue) = 132+99+28=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84631C is #7B9CE3. Grayscale: #656565. Windows color (decimal): -8101092 or 1860484. OLE color: 1860484.

HSL color Cylindrical-coordinate representation of color #84631C: hue angle of 40.96º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84631C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1329928-
CMYK00.250.790.48
HSL40.96º65%31.37%-
HSV(B)40.96º78.79%51.76%-
XYZ14.1913.913.04-
YUV100.7786.93150.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=50.97%
G=38.22%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132992800.250.790.4840.966531.37
Hex84631C0194F3029411f
Octal20414334031117605110137
Binary100001001100011111000110011001111110000101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84631C; }

 p { color: rgb(132,99,28); }

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

<style>
 a { background-color: #84631C; }

 a { background-color: rgb(132,99,28); }

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

<style>
 span { border-color: #84631C; }

 span { border-color: rgb(132,99,28); }

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