Html Css Color HEX #846010 Yukon Gold

📋 copy color: '#846010'

red 132 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #846010

Tints of Yukon Gold #846010

RGB

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

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

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

R = 54.1%
G = 39.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#846010 (or 0x846010) is known color: Yukon Gold. HEX triplet: 84, 60 and 10. RGB value is (132,96,16). Sum of RGB (Red+Green+Blue) = 132+96+16=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #846010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846010 is #7B9FEF. Grayscale: #626262. Windows color (decimal): -8101872 or 1073284. OLE color: 1073284.

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

Color convert

RGB 132 96 16 -
CMYK 0 0.27 0.88 0.48
HSL 41.38º 0.78% 0.29% -
HSV(B) 41.38º 0.88% 0.52% -
XYZ 13.79 13.31 2.33 -
YUV 97.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 132 96 16 0 0.27 0.88 0.48 41.38 0.78 0.29
Hex 84 60 10 0 1B 58 30 29 4E 1D
Octal 204 140 20 0 33 130 60 51 116 35
Binary 10000100 1100000 10000 0 11011 1011000 110000 101001 1001110 11101

Color Harmonies of #846010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846010

Black with #846010

Text Example


Text Example

White with #846010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846010; }

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

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

background-color css

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

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

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

border-color css

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

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

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