Html Css Color HEX #846414 Yukon Gold

📋 copy color: '#846414'

red 132 ◦ green 100 ◦ blue 20

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

Shades of Yukon Gold #846414

Tints of Yukon Gold #846414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 52.38%
G = 39.68%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#846414 (or 0x846414) is known color: Yukon Gold. HEX triplet: 84, 64 and 14. RGB value is (132,100,20). Sum of RGB (Red+Green+Blue) = 132+100+20=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #846414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846414 is #7B9BEB. Grayscale: #646464. Windows color (decimal): -8100844 or 1336452. OLE color: 1336452.

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

Color convert

RGB 132 100 20 -
CMYK 0 0.24 0.85 0.48
HSL 42.86º 0.74% 0.3% -
HSV(B) 42.86º 0.85% 0.52% -
XYZ 14.2 14.07 2.63 -
YUV 100.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 132 100 20 0 0.24 0.85 0.48 42.86 0.74 0.3
Hex 84 64 14 0 18 55 30 2B 4A 1E
Octal 204 144 24 0 30 125 60 53 112 36
Binary 10000100 1100100 10100 0 11000 1010101 110000 101011 1001010 11110

Color Harmonies of #846414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846414

Black with #846414

Text Example


Text Example

White with #846414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846414; }

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

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

background-color css

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

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

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

border-color css

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

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

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