Html Css Color HEX #84691A Yukon Gold

📋 copy color: '#84691A'

red 132 ◦ green 105 ◦ blue 26

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

Shades of Yukon Gold #84691A

Tints of Yukon Gold #84691A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 50.19%
G = 39.92%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84691A (or 0x84691A) is known color: Yukon Gold. HEX triplet: 84, 69 and 1A. RGB value is (132,105,26). Sum of RGB (Red+Green+Blue) = 132+105+26=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84691A is #7B96E5. Grayscale: #686868. Windows color (decimal): -8099558 or 1730948. OLE color: 1730948.

HSL color Cylindrical-coordinate representation of color #84691A: hue angle of 44.72º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84691A is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 26 -
CMYK 0 0.20 0.80 0.48
HSL 44.72º 0.67% 0.31% -
HSV(B) 44.72º 0.8% 0.52% -
XYZ 14.75 15.08 3.11 -
YUV 104.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 132 105 26 0 0.20 0.80 0.48 44.72 0.67 0.31
Hex 84 69 1A 0 14 50 30 2D 43 1F
Octal 204 151 32 0 24 120 60 55 103 37
Binary 10000100 1101001 11010 0 10100 1010000 110000 101101 1000011 11111

Color Harmonies of #84691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84691A

Black with #84691A

Text Example


Text Example

White with #84691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84691A; }

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

 H1.HeaderClassName
 {
   color: #84691A;
 }
 .AnyTagClassName
 {
   color: #84691A;
 }
</style>

background-color css

<style>
 a { background-color: #84691A; }

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

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

border-color css

<style>
 span { border-color: #84691A; }

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

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