Html Css Color HEX #846011 Yukon Gold

📋 copy color: '#846011'

red 132 ◦ green 96 ◦ blue 17

#846011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #846011

Tints of Yukon Gold #846011

RGB

 RED value IS 132 (51.95% from 255) = 53.88%

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 53.88%
G = 39.18%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#846011 (or 0x846011) is known color: Yukon Gold. HEX triplet: 84, 60 and 11. RGB value is (132,96,17). Sum of RGB (Red+Green+Blue) = 132+96+17=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #846011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846011 is #7B9FEE. Grayscale: #626262. Windows color (decimal): -8101871 or 1138820. OLE color: 1138820.

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

Color convert

RGB 132 96 17 -
CMYK 0 0.27 0.87 0.48
HSL 41.22º 0.77% 0.29% -
HSV(B) 41.22º 0.87% 0.52% -
XYZ 13.8 13.31 2.37 -
YUV 97.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 132 96 17 0 0.27 0.87 0.48 41.22 0.77 0.29
Hex 84 60 11 0 1B 57 30 29 4D 1D
Octal 204 140 21 0 33 127 60 51 115 35
Binary 10000100 1100000 10001 0 11011 1010111 110000 101001 1001101 11101

Color Harmonies of #846011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846011

Black with #846011

Text Example


Text Example

White with #846011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846011; }

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

 H1.HeaderClassName
 {
   color: #846011;
 }
 .AnyTagClassName
 {
   color: #846011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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