Html Css Color HEX #866513 Yukon Gold

📋 copy color: '#866513'

red 134 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #866513

Tints of Yukon Gold #866513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 52.76%
G = 39.76%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#866513 (or 0x866513) is known color: Yukon Gold. HEX triplet: 86, 65 and 13. RGB value is (134,101,19). Sum of RGB (Red+Green+Blue) = 134+101+19=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #866513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866513 is #799AEC. Grayscale: #656565. Windows color (decimal): -7969517 or 1271174. OLE color: 1271174.

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

Color convert

RGB 134 101 19 -
CMYK 0 0.25 0.86 0.47
HSL 42.78º 0.75% 0.3% -
HSV(B) 42.78º 0.86% 0.53% -
XYZ 14.6 14.42 2.63 -
YUV 101.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 134 101 19 0 0.25 0.86 0.47 42.78 0.75 0.3
Hex 86 65 13 0 19 56 2F 2B 4B 1E
Octal 206 145 23 0 31 126 57 53 113 36
Binary 10000110 1100101 10011 0 11001 1010110 101111 101011 1001011 11110

Color Harmonies of #866513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866513

Black with #866513

Text Example


Text Example

White with #866513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866513; }

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

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

background-color css

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

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

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

border-color css

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

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

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