Html Css Color HEX #846F0C Yukon Gold

📋 copy color: '#846F0C'

red 132 ◦ green 111 ◦ blue 12

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

Shades of Yukon Gold #846F0C

Tints of Yukon Gold #846F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 51.76%
G = 43.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#846F0C (or 0x846F0C) is known color: Yukon Gold. HEX triplet: 84, 6F and 0C. RGB value is (132,111,12). Sum of RGB (Red+Green+Blue) = 132+111+12=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #846F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846F0C is #7B90F3. Grayscale: #6A6A6A. Windows color (decimal): -8098036 or 814980. OLE color: 814980.

HSL color Cylindrical-coordinate representation of color #846F0C: hue angle of 49.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #846F0C is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 111 12 -
CMYK 0 0.16 0.91 0.48
HSL 49.5º 0.83% 0.28% -
HSV(B) 49.5º 0.91% 0.52% -
XYZ 15.27 16.3 2.69 -
YUV 105.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 132 111 12 0 0.16 0.91 0.48 49.5 0.83 0.28
Hex 84 6F C 0 10 5B 30 32 53 1C
Octal 204 157 14 0 20 133 60 62 123 34
Binary 10000100 1101111 1100 0 10000 1011011 110000 110010 1010011 11100

Color Harmonies of #846F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846F0C

Black with #846F0C

Text Example


Text Example

White with #846F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,111,12); }

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

background-color css

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

 a { background-color: rgb(132,111,12); }

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

border-color css

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

 span { border-color: rgb(132,111,12); }

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