Html Css Color HEX #84682B Yukon Gold

📋 copy color: '#84682B'

red 132 ◦ green 104 ◦ blue 43

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

Shades of Yukon Gold #84682B

Tints of Yukon Gold #84682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 47.31%
G = 37.28%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84682B (or 0x84682B) is known color: Yukon Gold. HEX triplet: 84, 68 and 2B. RGB value is (132,104,43). Sum of RGB (Red+Green+Blue) = 132+104+43=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84682B is #7B97D4. Grayscale: #696969. Windows color (decimal): -8099797 or 2844804. OLE color: 2844804.

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

Color convert

RGB 132 104 43 -
CMYK 0 0.21 0.67 0.48
HSL 41.12º 0.51% 0.34% -
HSV(B) 41.12º 0.67% 0.52% -
XYZ 14.9 14.98 4.39 -
YUV 105.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 132 104 43 0 0.21 0.67 0.48 41.12 0.51 0.34
Hex 84 68 2B 0 15 43 30 29 33 22
Octal 204 150 53 0 25 103 60 51 63 42
Binary 10000100 1101000 101011 0 10101 1000011 110000 101001 110011 100010

Color Harmonies of #84682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84682B

Black with #84682B

Text Example


Text Example

White with #84682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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