#846018

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

Shades of Yukon Gold #846018

Tints of Yukon Gold #846018

Color information

#846018 (or 0x846018) is unknown color: approx Yukon Gold. HEX triplet: 84, 60 and 18. RGB value is (132,96,24). Sum of RGB (Red+Green+Blue) = 132+96+24=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #846018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846018 is #7B9FE7. Grayscale: #626262. Windows color (decimal): -8101864 or 1597572. OLE color: 1597572.

HSL color Cylindrical-coordinate representation of color #846018: hue angle of 40º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #846018 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1329624-
CMYK00.270.820.48
HSL40º69.23%30.59%-
HSV(B)40º81.82%51.76%-
XYZ13.8613.342.71-
YUV98.5685.93151.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=52.38%
G=38.10%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132962400.270.820.484069.2330.59
Hex84601801B523028451f
Octal20414030033122605010537
Binary100001001100000110000110111010010110000101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846018; }

 p { color: rgb(132,96,24); }

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

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

 a { background-color: rgb(132,96,24); }

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

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

 span { border-color: rgb(132,96,24); }

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