Html Css Color HEX #86690D Yukon Gold

📋 copy color: '#86690D'

red 134 ◦ green 105 ◦ blue 13

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

Shades of Yukon Gold #86690D

Tints of Yukon Gold #86690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 53.17%
G = 41.67%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86690D (or 0x86690D) is known color: Yukon Gold. HEX triplet: 86, 69 and 0D. RGB value is (134,105,13). Sum of RGB (Red+Green+Blue) = 134+105+13=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86690D is #7996F2. Grayscale: #676767. Windows color (decimal): -7968499 or 878982. OLE color: 878982.

HSL color Cylindrical-coordinate representation of color #86690D: hue angle of 45.62º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86690D is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 13 -
CMYK 0 0.22 0.90 0.47
HSL 45.62º 0.82% 0.29% -
HSV(B) 45.62º 0.9% 0.53% -
XYZ 14.96 15.2 2.53 -
YUV 103.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 134 105 13 0 0.22 0.90 0.47 45.62 0.82 0.29
Hex 86 69 D 0 16 5A 2F 2E 52 1D
Octal 206 151 15 0 26 132 57 56 122 35
Binary 10000110 1101001 1101 0 10110 1011010 101111 101110 1010010 11101

Color Harmonies of #86690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86690D

Black with #86690D

Text Example


Text Example

White with #86690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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