Html Css Color HEX #86680F Yukon Gold

📋 copy color: '#86680F'

red 134 ◦ green 104 ◦ blue 15

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

Shades of Yukon Gold #86680F

Tints of Yukon Gold #86680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 52.96%
G = 41.11%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86680F (or 0x86680F) is known color: Yukon Gold. HEX triplet: 86, 68 and 0F. RGB value is (134,104,15). Sum of RGB (Red+Green+Blue) = 134+104+15=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #86680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86680F is #7997F0. Grayscale: #676767. Windows color (decimal): -7968753 or 1009798. OLE color: 1009798.

HSL color Cylindrical-coordinate representation of color #86680F: hue angle of 44.87º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86680F is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 15 -
CMYK 0 0.22 0.89 0.47
HSL 44.87º 0.8% 0.29% -
HSV(B) 44.87º 0.89% 0.53% -
XYZ 14.87 15 2.56 -
YUV 102.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 134 104 15 0 0.22 0.89 0.47 44.87 0.8 0.29
Hex 86 68 F 0 16 59 2F 2D 50 1D
Octal 206 150 17 0 26 131 57 55 120 35
Binary 10000110 1101000 1111 0 10110 1011001 101111 101101 1010000 11101

Color Harmonies of #86680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86680F

Black with #86680F

Text Example


Text Example

White with #86680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86680F; }

 p { color: rgb(134,104,15); }

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

background-color css

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

 a { background-color: rgb(134,104,15); }

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

border-color css

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

 span { border-color: rgb(134,104,15); }

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