Html Css Color HEX #866515 Yukon Gold

📋 copy color: '#866515'

red 134 ◦ green 101 ◦ blue 21

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

Shades of Yukon Gold #866515

Tints of Yukon Gold #866515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 52.34%
G = 39.45%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#866515 (or 0x866515) is known color: Yukon Gold. HEX triplet: 86, 65 and 15. RGB value is (134,101,21). Sum of RGB (Red+Green+Blue) = 134+101+21=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #866515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866515 is #799AEA. Grayscale: #666666. Windows color (decimal): -7969515 or 1402246. OLE color: 1402246.

HSL color Cylindrical-coordinate representation of color #866515: hue angle of 42.48º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #866515 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 21 -
CMYK 0 0.25 0.84 0.47
HSL 42.48º 0.73% 0.3% -
HSV(B) 42.48º 0.84% 0.53% -
XYZ 14.62 14.43 2.72 -
YUV 101.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 134 101 21 0 0.25 0.84 0.47 42.48 0.73 0.3
Hex 86 65 15 0 19 54 2F 2A 49 1E
Octal 206 145 25 0 31 124 57 52 111 36
Binary 10000110 1100101 10101 0 11001 1010100 101111 101010 1001001 11110

Color Harmonies of #866515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866515

Black with #866515

Text Example


Text Example

White with #866515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866515; }

 p { color: rgb(134,101,21); }

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

background-color css

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

 a { background-color: rgb(134,101,21); }

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

border-color css

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

 span { border-color: rgb(134,101,21); }

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