Html Css Color HEX #866620 Yukon Gold

📋 copy color: '#866620'

red 134 ◦ green 102 ◦ blue 32

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

Shades of Yukon Gold #866620

Tints of Yukon Gold #866620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 50%
G = 38.06%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#866620 (or 0x866620) is known color: Yukon Gold. HEX triplet: 86, 66 and 20. RGB value is (134,102,32). Sum of RGB (Red+Green+Blue) = 134+102+32=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #866620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866620 is #7999DF. Grayscale: #676767. Windows color (decimal): -7969248 or 2123398. OLE color: 2123398.

HSL color Cylindrical-coordinate representation of color #866620: hue angle of 41.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #866620 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 32 -
CMYK 0 0.24 0.76 0.47
HSL 41.18º 0.61% 0.33% -
HSV(B) 41.18º 0.76% 0.53% -
XYZ 14.84 14.68 3.42 -
YUV 103.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 134 102 32 0 0.24 0.76 0.47 41.18 0.61 0.33
Hex 86 66 20 0 18 4C 2F 29 3D 21
Octal 206 146 40 0 30 114 57 51 75 41
Binary 10000110 1100110 100000 0 11000 1001100 101111 101001 111101 100001

Color Harmonies of #866620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866620

Black with #866620

Text Example


Text Example

White with #866620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866620; }

 p { color: rgb(134,102,32); }

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

background-color css

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

 a { background-color: rgb(134,102,32); }

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

border-color css

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

 span { border-color: rgb(134,102,32); }

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