Html Css Color HEX #84641E Yukon Gold

📋 copy color: '#84641E'

red 132 ◦ green 100 ◦ blue 30

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

Shades of Yukon Gold #84641E

Tints of Yukon Gold #84641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 50.38%
G = 38.17%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84641E (or 0x84641E) is known color: Yukon Gold. HEX triplet: 84, 64 and 1E. RGB value is (132,100,30). Sum of RGB (Red+Green+Blue) = 132+100+30=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84641E is #7B9BE1. Grayscale: #656565. Windows color (decimal): -8100834 or 1991812. OLE color: 1991812.

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

Color convert

RGB 132 100 30 -
CMYK 0 0.24 0.77 0.48
HSL 41.18º 0.63% 0.32% -
HSV(B) 41.18º 0.77% 0.52% -
XYZ 14.31 14.11 3.2 -
YUV 101.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 132 100 30 0 0.24 0.77 0.48 41.18 0.63 0.32
Hex 84 64 1E 0 18 4D 30 29 3F 20
Octal 204 144 36 0 30 115 60 51 77 40
Binary 10000100 1100100 11110 0 11000 1001101 110000 101001 111111 100000

Color Harmonies of #84641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84641E

Black with #84641E

Text Example


Text Example

White with #84641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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