Html Css Color HEX #84680B Yukon Gold

📋 copy color: '#84680B'

red 132 ◦ green 104 ◦ blue 11

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

Shades of Yukon Gold #84680B

Tints of Yukon Gold #84680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 53.44%
G = 42.11%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84680B (or 0x84680B) is known color: Yukon Gold. HEX triplet: 84, 68 and 0B. RGB value is (132,104,11). Sum of RGB (Red+Green+Blue) = 132+104+11=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84680B is #7B97F4. Grayscale: #666666. Windows color (decimal): -8099829 or 747652. OLE color: 747652.

HSL color Cylindrical-coordinate representation of color #84680B: hue angle of 46.12º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84680B is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 11 -
CMYK 0 0.21 0.92 0.48
HSL 46.12º 0.85% 0.28% -
HSV(B) 46.12º 0.92% 0.52% -
XYZ 14.53 14.83 2.41 -
YUV 101.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 132 104 11 0 0.21 0.92 0.48 46.12 0.85 0.28
Hex 84 68 B 0 15 5C 30 2E 55 1C
Octal 204 150 13 0 25 134 60 56 125 34
Binary 10000100 1101000 1011 0 10101 1011100 110000 101110 1010101 11100

Color Harmonies of #84680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84680B

Black with #84680B

Text Example


Text Example

White with #84680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84680B; }

 p { color: rgb(132,104,11); }

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

background-color css

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

 a { background-color: rgb(132,104,11); }

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

border-color css

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

 span { border-color: rgb(132,104,11); }

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