Html Css Color HEX #84621E Yukon Gold

📋 copy color: '#84621E'

red 132 ◦ green 98 ◦ blue 30

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

Shades of Yukon Gold #84621E

Tints of Yukon Gold #84621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 50.77%
G = 37.69%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84621E (or 0x84621E) is known color: Yukon Gold. HEX triplet: 84, 62 and 1E. RGB value is (132,98,30). Sum of RGB (Red+Green+Blue) = 132+98+30=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84621E is #7B9DE1. Grayscale: #646464. Windows color (decimal): -8101346 or 1991300. OLE color: 1991300.

HSL color Cylindrical-coordinate representation of color #84621E: hue angle of 40º 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 #84621E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 30 -
CMYK 0 0.26 0.77 0.48
HSL 40º 0.63% 0.32% -
HSV(B) 40º 0.77% 0.52% -
XYZ 14.12 13.73 3.14 -
YUV 100.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 132 98 30 0 0.26 0.77 0.48 40 0.63 0.32
Hex 84 62 1E 0 1A 4D 30 28 3F 20
Octal 204 142 36 0 32 115 60 50 77 40
Binary 10000100 1100010 11110 0 11010 1001101 110000 101000 111111 100000

Color Harmonies of #84621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84621E

Black with #84621E

Text Example


Text Example

White with #84621E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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