Html Css Color HEX #84641D Yukon Gold

📋 copy color: '#84641D'

red 132 ◦ green 100 ◦ blue 29

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

Shades of Yukon Gold #84641D

Tints of Yukon Gold #84641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 50.57%
G = 38.31%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84641D (or 0x84641D) is known color: Yukon Gold. HEX triplet: 84, 64 and 1D. RGB value is (132,100,29). Sum of RGB (Red+Green+Blue) = 132+100+29=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84641D is #7B9BE2. Grayscale: #656565. Windows color (decimal): -8100835 or 1926276. OLE color: 1926276.

HSL color Cylindrical-coordinate representation of color #84641D: hue angle of 41.36º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84641D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 29 -
CMYK 0 0.24 0.78 0.48
HSL 41.36º 0.64% 0.32% -
HSV(B) 41.36º 0.78% 0.52% -
XYZ 14.29 14.11 3.13 -
YUV 101.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 132 100 29 0 0.24 0.78 0.48 41.36 0.64 0.32
Hex 84 64 1D 0 18 4E 30 29 40 20
Octal 204 144 35 0 30 116 60 51 100 40
Binary 10000100 1100100 11101 0 11000 1001110 110000 101001 1000000 100000

Color Harmonies of #84641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84641D

Black with #84641D

Text Example


Text Example

White with #84641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84641D; }

 p { color: rgb(132,100,29); }

 H1.HeaderClassName
 {
   color: #84641D;
 }
 .AnyTagClassName
 {
   color: #84641D;
 }
</style>

background-color css

<style>
 a { background-color: #84641D; }

 a { background-color: rgb(132,100,29); }

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

border-color css

<style>
 span { border-color: #84641D; }

 span { border-color: rgb(132,100,29); }

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