Html Css Color HEX #866A21 Yukon Gold

📋 copy color: '#866A21'

red 134 ◦ green 106 ◦ blue 33

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

Shades of Yukon Gold #866A21

Tints of Yukon Gold #866A21

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

 GREEN value IS 106 (41.8% from 255) = 38.83%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 49.08%
G = 38.83%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#866A21 (or 0x866A21) is known color: Yukon Gold. HEX triplet: 86, 6A and 21. RGB value is (134,106,33). Sum of RGB (Red+Green+Blue) = 134+106+33=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #866A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A21 is #7995DE. Grayscale: #6A6A6A. Windows color (decimal): -7968223 or 2189958. OLE color: 2189958.

HSL color Cylindrical-coordinate representation of color #866A21: hue angle of 43.37º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #866A21 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 33 -
CMYK 0 0.21 0.75 0.47
HSL 43.37º 0.6% 0.33% -
HSV(B) 43.37º 0.75% 0.53% -
XYZ 15.26 15.49 3.62 -
YUV 106.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 134 106 33 0 0.21 0.75 0.47 43.37 0.6 0.33
Hex 86 6A 21 0 15 4B 2F 2B 3C 21
Octal 206 152 41 0 25 113 57 53 74 41
Binary 10000110 1101010 100001 0 10101 1001011 101111 101011 111100 100001

Color Harmonies of #866A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A21

Black with #866A21

Text Example


Text Example

White with #866A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866A21; }

 p { color: rgb(134,106,33); }

 H1.HeaderClassName
 {
   color: #866A21;
 }
 .AnyTagClassName
 {
   color: #866A21;
 }
</style>

background-color css

<style>
 a { background-color: #866A21; }

 a { background-color: rgb(134,106,33); }

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

border-color css

<style>
 span { border-color: #866A21; }

 span { border-color: rgb(134,106,33); }

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