Html Css Color HEX #866C06 Yukon Gold

📋 copy color: '#866C06'

red 134 ◦ green 108 ◦ blue 6

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

Shades of Yukon Gold #866C06

Tints of Yukon Gold #866C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 54.03%
G = 43.55%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#866C06 (or 0x866C06) is known color: Yukon Gold. HEX triplet: 86, 6C and 06. RGB value is (134,108,6). Sum of RGB (Red+Green+Blue) = 134+108+6=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #866C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866C06 is #7993F9. Grayscale: #686868. Windows color (decimal): -7967738 or 420998. OLE color: 420998.

HSL color Cylindrical-coordinate representation of color #866C06: hue angle of 47.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866C06 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 6 -
CMYK 0 0.19 0.96 0.47
HSL 47.81º 0.91% 0.27% -
HSV(B) 47.81º 0.96% 0.53% -
XYZ 15.23 15.81 2.42 -
YUV 104.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 134 108 6 0 0.19 0.96 0.47 47.81 0.91 0.27
Hex 86 6C 6 0 13 60 2F 30 5B 1B
Octal 206 154 6 0 23 140 57 60 133 33
Binary 10000110 1101100 110 0 10011 1100000 101111 110000 1011011 11011

Color Harmonies of #866C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C06

Black with #866C06

Text Example


Text Example

White with #866C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866C06; }

 p { color: rgb(134,108,6); }

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

background-color css

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

 a { background-color: rgb(134,108,6); }

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

border-color css

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

 span { border-color: rgb(134,108,6); }

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