Html Css Color HEX #846D10 Yukon Gold

📋 copy color: '#846D10'

red 132 ◦ green 109 ◦ blue 16

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

Shades of Yukon Gold #846D10

Tints of Yukon Gold #846D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.41%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 51.36%
G = 42.41%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#846D10 (or 0x846D10) is known color: Yukon Gold. HEX triplet: 84, 6D and 10. RGB value is (132,109,16). Sum of RGB (Red+Green+Blue) = 132+109+16=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #846D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846D10 is #7B92EF. Grayscale: #696969. Windows color (decimal): -8098544 or 1076612. OLE color: 1076612.

HSL color Cylindrical-coordinate representation of color #846D10: hue angle of 48.1º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #846D10 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 109 16 -
CMYK 0 0.17 0.88 0.48
HSL 48.1º 0.78% 0.29% -
HSV(B) 48.1º 0.88% 0.52% -
XYZ 15.08 15.88 2.76 -
YUV 105.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 132 109 16 0 0.17 0.88 0.48 48.1 0.78 0.29
Hex 84 6D 10 0 11 58 30 30 4E 1D
Octal 204 155 20 0 21 130 60 60 116 35
Binary 10000100 1101101 10000 0 10001 1011000 110000 110000 1001110 11101

Color Harmonies of #846D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D10

Black with #846D10

Text Example


Text Example

White with #846D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846D10; }

 p { color: rgb(132,109,16); }

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

background-color css

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

 a { background-color: rgb(132,109,16); }

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

border-color css

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

 span { border-color: rgb(132,109,16); }

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