Html Css Color HEX #84690E Yukon Gold

📋 copy color: '#84690E'

red 132 ◦ green 105 ◦ blue 14

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

Shades of Yukon Gold #84690E

Tints of Yukon Gold #84690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 52.59%
G = 41.83%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84690E (or 0x84690E) is known color: Yukon Gold. HEX triplet: 84, 69 and 0E. RGB value is (132,105,14). Sum of RGB (Red+Green+Blue) = 132+105+14=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84690E is #7B96F1. Grayscale: #676767. Windows color (decimal): -8099570 or 944516. OLE color: 944516.

HSL color Cylindrical-coordinate representation of color #84690E: hue angle of 46.27º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84690E is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 14 -
CMYK 0 0.20 0.89 0.48
HSL 46.27º 0.81% 0.29% -
HSV(B) 46.27º 0.89% 0.52% -
XYZ 14.65 15.04 2.55 -
YUV 102.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 132 105 14 0 0.20 0.89 0.48 46.27 0.81 0.29
Hex 84 69 E 0 14 59 30 2E 51 1D
Octal 204 151 16 0 24 131 60 56 121 35
Binary 10000100 1101001 1110 0 10100 1011001 110000 101110 1010001 11101

Color Harmonies of #84690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84690E

Black with #84690E

Text Example


Text Example

White with #84690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84690E; }

 p { color: rgb(132,105,14); }

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

background-color css

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

 a { background-color: rgb(132,105,14); }

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

border-color css

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

 span { border-color: rgb(132,105,14); }

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