Html Css Color HEX #86691D Yukon Gold

📋 copy color: '#86691D'

red 134 ◦ green 105 ◦ blue 29

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

Shades of Yukon Gold #86691D

Tints of Yukon Gold #86691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 50%
G = 39.18%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86691D (or 0x86691D) is known color: Yukon Gold. HEX triplet: 86, 69 and 1D. RGB value is (134,105,29). Sum of RGB (Red+Green+Blue) = 134+105+29=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86691D is #7996E2. Grayscale: #696969. Windows color (decimal): -7968483 or 1927558. OLE color: 1927558.

HSL color Cylindrical-coordinate representation of color #86691D: hue angle of 43.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86691D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 29 -
CMYK 0 0.22 0.78 0.47
HSL 43.43º 0.64% 0.32% -
HSV(B) 43.43º 0.78% 0.53% -
XYZ 15.1 15.26 3.31 -
YUV 105.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 134 105 29 0 0.22 0.78 0.47 43.43 0.64 0.32
Hex 86 69 1D 0 16 4E 2F 2B 40 20
Octal 206 151 35 0 26 116 57 53 100 40
Binary 10000110 1101001 11101 0 10110 1001110 101111 101011 1000000 100000

Color Harmonies of #86691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86691D

Black with #86691D

Text Example


Text Example

White with #86691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86691D; }

 p { color: rgb(134,105,29); }

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

background-color css

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

 a { background-color: rgb(134,105,29); }

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

border-color css

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

 span { border-color: rgb(134,105,29); }

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