Html Css Color HEX #846210 Yukon Gold

📋 copy color: '#846210'

red 132 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #846210

Tints of Yukon Gold #846210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 53.66%
G = 39.84%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#846210 (or 0x846210) is known color: Yukon Gold. HEX triplet: 84, 62 and 10. RGB value is (132,98,16). Sum of RGB (Red+Green+Blue) = 132+98+16=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #846210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846210 is #7B9DEF. Grayscale: #636363. Windows color (decimal): -8101360 or 1073796. OLE color: 1073796.

HSL color Cylindrical-coordinate representation of color #846210: hue angle of 42.41º 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 #846210 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 16 -
CMYK 0 0.26 0.88 0.48
HSL 42.41º 0.78% 0.29% -
HSV(B) 42.41º 0.88% 0.52% -
XYZ 13.98 13.68 2.39 -
YUV 98.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 132 98 16 0 0.26 0.88 0.48 42.41 0.78 0.29
Hex 84 62 10 0 1A 58 30 2A 4E 1D
Octal 204 142 20 0 32 130 60 52 116 35
Binary 10000100 1100010 10000 0 11010 1011000 110000 101010 1001110 11101

Color Harmonies of #846210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846210

Black with #846210

Text Example


Text Example

White with #846210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846210; }

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

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

background-color css

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

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

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

border-color css

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

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

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