Html Css Color HEX #846C12 Yukon Gold

📋 copy color: '#846C12'

red 132 ◦ green 108 ◦ blue 18

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

Shades of Yukon Gold #846C12

Tints of Yukon Gold #846C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

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

R = 51.16%
G = 41.86%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#846C12 (or 0x846C12) is known color: Yukon Gold. HEX triplet: 84, 6C and 12. RGB value is (132,108,18). Sum of RGB (Red+Green+Blue) = 132+108+18=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #846C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846C12 is #7B93ED. Grayscale: #696969. Windows color (decimal): -8098798 or 1207428. OLE color: 1207428.

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

Color convert

RGB 132 108 18 -
CMYK 0 0.18 0.86 0.48
HSL 47.37º 0.76% 0.29% -
HSV(B) 47.37º 0.86% 0.52% -
XYZ 14.99 15.67 2.81 -
YUV 104.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 132 108 18 0 0.18 0.86 0.48 47.37 0.76 0.29
Hex 84 6C 12 0 12 56 30 2F 4C 1D
Octal 204 154 22 0 22 126 60 57 114 35
Binary 10000100 1101100 10010 0 10010 1010110 110000 101111 1001100 11101

Color Harmonies of #846C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C12

Black with #846C12

Text Example


Text Example

White with #846C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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