Html Css Color HEX #846C10 Yukon Gold

📋 copy color: '#846C10'

red 132 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #846C10

Tints of Yukon Gold #846C10

RGB

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

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

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

R = 51.56%
G = 42.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#846C10 (or 0x846C10) is known color: Yukon Gold. HEX triplet: 84, 6C and 10. RGB value is (132,108,16). Sum of RGB (Red+Green+Blue) = 132+108+16=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #846C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846C10 is #7B93EF. Grayscale: #696969. Windows color (decimal): -8098800 or 1076356. OLE color: 1076356.

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

Color convert

RGB 132 108 16 -
CMYK 0 0.18 0.88 0.48
HSL 47.59º 0.78% 0.29% -
HSV(B) 47.59º 0.88% 0.52% -
XYZ 14.97 15.67 2.73 -
YUV 104.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 132 108 16 0 0.18 0.88 0.48 47.59 0.78 0.29
Hex 84 6C 10 0 12 58 30 30 4E 1D
Octal 204 154 20 0 22 130 60 60 116 35
Binary 10000100 1101100 10000 0 10010 1011000 110000 110000 1001110 11101

Color Harmonies of #846C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C10

Black with #846C10

Text Example


Text Example

White with #846C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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