Html Css Color HEX #86660C Yukon Gold

📋 copy color: '#86660C'

red 134 ◦ green 102 ◦ blue 12

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

Shades of Yukon Gold #86660C

Tints of Yukon Gold #86660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 54.03%
G = 41.13%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86660C (or 0x86660C) is known color: Yukon Gold. HEX triplet: 86, 66 and 0C. RGB value is (134,102,12). Sum of RGB (Red+Green+Blue) = 134+102+12=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86660C is #7999F3. Grayscale: #656565. Windows color (decimal): -7969268 or 812678. OLE color: 812678.

HSL color Cylindrical-coordinate representation of color #86660C: hue angle of 44.26º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86660C is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 12 -
CMYK 0 0.24 0.91 0.47
HSL 44.26º 0.84% 0.29% -
HSV(B) 44.26º 0.91% 0.53% -
XYZ 14.65 14.6 2.39 -
YUV 101.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 134 102 12 0 0.24 0.91 0.47 44.26 0.84 0.29
Hex 86 66 C 0 18 5B 2F 2C 54 1D
Octal 206 146 14 0 30 133 57 54 124 35
Binary 10000110 1100110 1100 0 11000 1011011 101111 101100 1010100 11101

Color Harmonies of #86660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86660C

Black with #86660C

Text Example


Text Example

White with #86660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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