Html Css Color HEX #846312 Yukon Gold

📋 copy color: '#846312'

red 132 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #846312

Tints of Yukon Gold #846312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 53.01%
G = 39.76%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#846312 (or 0x846312) is known color: Yukon Gold. HEX triplet: 84, 63 and 12. RGB value is (132,99,18). Sum of RGB (Red+Green+Blue) = 132+99+18=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #846312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846312 is #7B9CED. Grayscale: #636363. Windows color (decimal): -8101102 or 1205124. OLE color: 1205124.

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

Color convert

RGB 132 99 18 -
CMYK 0 0.25 0.86 0.48
HSL 42.63º 0.76% 0.29% -
HSV(B) 42.63º 0.86% 0.52% -
XYZ 14.09 13.87 2.51 -
YUV 99.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 132 99 18 0 0.25 0.86 0.48 42.63 0.76 0.29
Hex 84 63 12 0 19 56 30 2B 4C 1D
Octal 204 143 22 0 31 126 60 53 114 35
Binary 10000100 1100011 10010 0 11001 1010110 110000 101011 1001100 11101

Color Harmonies of #846312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846312

Black with #846312

Text Example


Text Example

White with #846312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846312; }

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

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

background-color css

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

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

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

border-color css

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

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

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