Html Css Color HEX #846412 Yukon Gold

📋 copy color: '#846412'

red 132 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #846412

Tints of Yukon Gold #846412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 52.8%
G = 40%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#846412 (or 0x846412) is known color: Yukon Gold. HEX triplet: 84, 64 and 12. RGB value is (132,100,18). Sum of RGB (Red+Green+Blue) = 132+100+18=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #846412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846412 is #7B9BED. Grayscale: #646464. Windows color (decimal): -8100846 or 1205380. OLE color: 1205380.

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

Color convert

RGB 132 100 18 -
CMYK 0 0.24 0.86 0.48
HSL 43.16º 0.76% 0.29% -
HSV(B) 43.16º 0.86% 0.52% -
XYZ 14.18 14.06 2.54 -
YUV 100.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 132 100 18 0 0.24 0.86 0.48 43.16 0.76 0.29
Hex 84 64 12 0 18 56 30 2B 4C 1D
Octal 204 144 22 0 30 126 60 53 114 35
Binary 10000100 1100100 10010 0 11000 1010110 110000 101011 1001100 11101

Color Harmonies of #846412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846412

Black with #846412

Text Example


Text Example

White with #846412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846412; }

 p { color: rgb(132,100,18); }

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

background-color css

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

 a { background-color: rgb(132,100,18); }

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

border-color css

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

 span { border-color: rgb(132,100,18); }

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