Html Css Color HEX #84601D Yukon Gold

📋 copy color: '#84601D'

red 132 ◦ green 96 ◦ blue 29

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

Shades of Yukon Gold #84601D

Tints of Yukon Gold #84601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 51.36%
G = 37.35%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84601D (or 0x84601D) is known color: Yukon Gold. HEX triplet: 84, 60 and 1D. RGB value is (132,96,29). Sum of RGB (Red+Green+Blue) = 132+96+29=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84601D is #7B9FE2. Grayscale: #636363. Windows color (decimal): -8101859 or 1925252. OLE color: 1925252.

HSL color Cylindrical-coordinate representation of color #84601D: hue angle of 39.03º 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 #84601D is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 29 -
CMYK 0 0.27 0.78 0.48
HSL 39.03º 0.64% 0.32% -
HSV(B) 39.03º 0.78% 0.52% -
XYZ 13.92 13.36 3.01 -
YUV 99.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 132 96 29 0 0.27 0.78 0.48 39.03 0.64 0.32
Hex 84 60 1D 0 1B 4E 30 27 40 20
Octal 204 140 35 0 33 116 60 47 100 40
Binary 10000100 1100000 11101 0 11011 1001110 110000 100111 1000000 100000

Color Harmonies of #84601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84601D

Black with #84601D

Text Example


Text Example

White with #84601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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