Html Css Color HEX #84630E Yukon Gold

📋 copy color: '#84630E'

red 132 ◦ green 99 ◦ blue 14

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

Shades of Yukon Gold #84630E

Tints of Yukon Gold #84630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 53.88%
G = 40.41%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84630E (or 0x84630E) is known color: Yukon Gold. HEX triplet: 84, 63 and 0E. RGB value is (132,99,14). Sum of RGB (Red+Green+Blue) = 132+99+14=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84630E is #7B9CF1. Grayscale: #636363. Windows color (decimal): -8101106 or 942980. OLE color: 942980.

HSL color Cylindrical-coordinate representation of color #84630E: hue angle of 43.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84630E is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 14 -
CMYK 0 0.25 0.89 0.48
HSL 43.22º 0.81% 0.29% -
HSV(B) 43.22º 0.89% 0.52% -
XYZ 14.06 13.86 2.35 -
YUV 99.18 79.93 151.41 -
System Red Green Blue C M Y K H S L
Decimal 132 99 14 0 0.25 0.89 0.48 43.22 0.81 0.29
Hex 84 63 E 0 19 59 30 2B 51 1D
Octal 204 143 16 0 31 131 60 53 121 35
Binary 10000100 1100011 1110 0 11001 1011001 110000 101011 1010001 11101

Color Harmonies of #84630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84630E

Black with #84630E

Text Example


Text Example

White with #84630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,99,14); }

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

background-color css

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

 a { background-color: rgb(132,99,14); }

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

border-color css

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

 span { border-color: rgb(132,99,14); }

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