Html Css Color HEX #84641B Yukon Gold

📋 copy color: '#84641B'

red 132 ◦ green 100 ◦ blue 27

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

Shades of Yukon Gold #84641B

Tints of Yukon Gold #84641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 50.97%
G = 38.61%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84641B (or 0x84641B) is known color: Yukon Gold. HEX triplet: 84, 64 and 1B. RGB value is (132,100,27). Sum of RGB (Red+Green+Blue) = 132+100+27=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84641B is #7B9BE4. Grayscale: #656565. Windows color (decimal): -8100837 or 1795204. OLE color: 1795204.

HSL color Cylindrical-coordinate representation of color #84641B: hue angle of 41.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84641B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 27 -
CMYK 0 0.24 0.80 0.48
HSL 41.71º 0.66% 0.31% -
HSV(B) 41.71º 0.8% 0.52% -
XYZ 14.27 14.1 3.01 -
YUV 101.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 132 100 27 0 0.24 0.80 0.48 41.71 0.66 0.31
Hex 84 64 1B 0 18 50 30 2A 42 1F
Octal 204 144 33 0 30 120 60 52 102 37
Binary 10000100 1100100 11011 0 11000 1010000 110000 101010 1000010 11111

Color Harmonies of #84641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84641B

Black with #84641B

Text Example


Text Example

White with #84641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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